Html Css Color HEX #27C02F Lime Green

📋 copy color: '#27C02F'

red 39 ◦ green 192 ◦ blue 47

#27C02F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #27C02F

Tints of Lime Green #27C02F

RGB

 RED value IS 39 (15.63% from 255) = 14.03%

 GREEN value IS 192 (75.39% from 255) = 69.06%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 14.03%
G = 69.06%
B = 16.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#27C02F (or 0x27C02F) is known color: Lime Green. HEX triplet: 27, C0 and 2F. RGB value is (39,192,47). Sum of RGB (Red+Green+Blue) = 39+192+47=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #27C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C02F is #D83FD0. Grayscale: #828282. Windows color (decimal): -14172113 or 3129383. OLE color: 3129383.

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

Color convert

RGB 39 192 47 -
CMYK 0.80 0 0.76 0.25
HSL 123.14º 0.66% 0.45% -
HSV(B) 123.14º 0.8% 0.75% -
XYZ 20.2 38.34 9.02 -
YUV 129.72 81.31 63.29 -
System Red Green Blue C M Y K H S L
Decimal 39 192 47 0.80 0 0.76 0.25 123.14 0.66 0.45
Hex 27 C0 2F 50 0 4C 19 7B 42 2D
Octal 47 300 57 120 0 114 31 173 102 55
Binary 100111 11000000 101111 1010000 0 1001100 11001 1111011 1000010 101101

Color Harmonies of #27C02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C02F

Black with #27C02F

Text Example


Text Example

White with #27C02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,192,47); }

 H1.HeaderClassName
 {
   color: #27C02F;
 }
 .AnyTagClassName
 {
   color: #27C02F;
 }
</style>

background-color css

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

 a { background-color: rgb(39,192,47); }

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

border-color css

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

 span { border-color: rgb(39,192,47); }

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