Html Css Color HEX #27F02D Lime Green

📋 copy color: '#27F02D'

red 39 ◦ green 240 ◦ blue 45

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

Shades of Lime Green #27F02D

Tints of Lime Green #27F02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 12.04%
G = 74.07%
B = 13.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#27F02D (or 0x27F02D) is known color: Lime Green. HEX triplet: 27, F0 and 2D. RGB value is (39,240,45). Sum of RGB (Red+Green+Blue) = 39+240+45=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #27F02D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F02D is #D80FD2. Grayscale: #9E9E9E. Windows color (decimal): -14159827 or 3010599. OLE color: 3010599.

HSL color Cylindrical-coordinate representation of color #27F02D: hue angle of 121.79º 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 #27F02D is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 240 45 -
CMYK 0.84 0 0.81 0.06
HSL 121.79º 0.87% 0.55% -
HSV(B) 121.79º 0.84% 0.94% -
XYZ 32.47 62.94 12.92 -
YUV 157.67 64.41 43.36 -
System Red Green Blue C M Y K H S L
Decimal 39 240 45 0.84 0 0.81 0.06 121.79 0.87 0.55
Hex 27 F0 2D 54 0 51 6 7A 57 37
Octal 47 360 55 124 0 121 6 172 127 67
Binary 100111 11110000 101101 1010100 0 1010001 110 1111010 1010111 110111

Color Harmonies of #27F02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F02D

Black with #27F02D

Text Example


Text Example

White with #27F02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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