Html Css Color HEX #1FCF27 Lime Green

📋 copy color: '#1FCF27'

red 31 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #1FCF27

Tints of Lime Green #1FCF27

RGB

 RED value IS 31 (12.5% from 255) = 11.19%

 GREEN value IS 207 (81.25% from 255) = 74.73%

 BLUE value IS 39 (15.63% from 255) = 14.08%

R = 11.19%
G = 74.73%
B = 14.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#1FCF27 (or 0x1FCF27) is known color: Lime Green. HEX triplet: 1F, CF and 27. RGB value is (31,207,39). Sum of RGB (Red+Green+Blue) = 31+207+39=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF27 is #E030D8. Grayscale: #878787. Windows color (decimal): -14692569 or 2608927. OLE color: 2608927.

HSL color Cylindrical-coordinate representation of color #1FCF27: hue angle of 122.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF27 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 207 39 -
CMYK 0.85 0 0.81 0.19
HSL 122.73º 0.74% 0.47% -
HSV(B) 122.73º 0.85% 0.81% -
XYZ 23.24 45.06 9.39 -
YUV 135.22 73.69 53.66 -
System Red Green Blue C M Y K H S L
Decimal 31 207 39 0.85 0 0.81 0.19 122.73 0.74 0.47
Hex 1F CF 27 55 0 51 13 7B 4A 2F
Octal 37 317 47 125 0 121 23 173 112 57
Binary 11111 11001111 100111 1010101 0 1010001 10011 1111011 1001010 101111

Color Harmonies of #1FCF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF27

Black with #1FCF27

Text Example


Text Example

White with #1FCF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FCF27; }

 p { color: rgb(31,207,39); }

 H1.HeaderClassName
 {
   color: #1FCF27;
 }
 .AnyTagClassName
 {
   color: #1FCF27;
 }
</style>

background-color css

<style>
 a { background-color: #1FCF27; }

 a { background-color: rgb(31,207,39); }

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

border-color css

<style>
 span { border-color: #1FCF27; }

 span { border-color: rgb(31,207,39); }

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