Html Css Color HEX #27F02A Lime Green

📋 copy color: '#27F02A'

red 39 ◦ green 240 ◦ blue 42

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

Shades of Lime Green #27F02A

Tints of Lime Green #27F02A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.77%

 BLUE value IS 42 (16.8% from 255) = 13.08%

R = 12.15%
G = 74.77%
B = 13.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#27F02A (or 0x27F02A) is known color: Lime Green. HEX triplet: 27, F0 and 2A. RGB value is (39,240,42). Sum of RGB (Red+Green+Blue) = 39+240+42=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #27F02A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F02A is #D80FD5. Grayscale: #9D9D9D. Windows color (decimal): -14159830 or 2813991. OLE color: 2813991.

HSL color Cylindrical-coordinate representation of color #27F02A: hue angle of 120.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F02A is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 240 42 -
CMYK 0.84 0 0.82 0.06
HSL 120.9º 0.87% 0.55% -
HSV(B) 120.9º 0.84% 0.94% -
XYZ 32.41 62.92 12.63 -
YUV 157.33 62.91 43.6 -
System Red Green Blue C M Y K H S L
Decimal 39 240 42 0.84 0 0.82 0.06 120.9 0.87 0.55
Hex 27 F0 2A 54 0 52 6 79 57 37
Octal 47 360 52 124 0 122 6 171 127 67
Binary 100111 11110000 101010 1010100 0 1010010 110 1111001 1010111 110111

Color Harmonies of #27F02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F02A

Black with #27F02A

Text Example


Text Example

White with #27F02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,240,42); }

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

background-color css

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

 a { background-color: rgb(39,240,42); }

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

border-color css

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

 span { border-color: rgb(39,240,42); }

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