#27BE42

Color #27BE42 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #27BE42

Tints of Lime Green #27BE42

Color information

#27BE42 (or 0x27BE42) is unknown color: approx Lime Green. HEX triplet: 27, BE and 42. RGB value is (39,190,66). Sum of RGB (Red+Green+Blue) = 39+190+66=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #27BE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BE42 is #D841BD. Grayscale: #838383. Windows color (decimal): -14172606 or 4374055. OLE color: 4374055.

HSL color Cylindrical-coordinate representation of color #27BE42: hue angle of 130.73º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BE42 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB3919066-
CMYK0.7900.650.25
HSL130.73º65.94%44.9%-
HSV(B)130.73º79.47%74.51%-
XYZ20.2337.6511.36-
YUV130.7191.4762.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 190 (74.61% from 255) = 64.41%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=13.22%
G=64.41%
B=22.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39190660.7900.650.25130.7365.9444.9
Hex27BE424F0411983422d
Octal4727610211701013120310255
Binary10011110111110100001010011110100000111001100000111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27BE42; }

 p { color: rgb(39,190,66); }

 H1.HeaderClassName
 {
   color: #27BE42;
 }
 .AnyTagClassName
 {
   color: #27BE42;
 }
</style>
background-color css

<style>
 a { background-color: #27BE42; }

 a { background-color: rgb(39,190,66); }

 div.DivClassName
 {
   background-color: #27BE42;
 }
 .BgClassName
 {
   background-color: #27BE42;
 }
</style>
border-color css

<style>
 span { border-color: #27BE42; }

 span { border-color: rgb(39,190,66); }

 td.TdClassName
 {
   border-color: #27BE42;
 }
 .TagClassName
 {
   border-color: #27BE42;
 }
</style>