Html Css Color HEX #CFFC1F Electric Lime

📋 copy color: '#CFFC1F'

red 207 ◦ green 252 ◦ blue 31

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

Shades of Electric Lime #CFFC1F

Tints of Electric Lime #CFFC1F

RGB

 RED value IS 207 (81.25% from 255) = 42.24%

 GREEN value IS 252 (98.83% from 255) = 51.43%

 BLUE value IS 31 (12.5% from 255) = 6.33%

R = 42.24%
G = 51.43%
B = 6.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#CFFC1F (or 0xCFFC1F) is known color: Electric Lime. HEX triplet: CF, FC and 1F. RGB value is (207,252,31). Sum of RGB (Red+Green+Blue) = 207+252+31=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC1F is #3003E0. Grayscale: #D6D6D6. Windows color (decimal): -3146721 or 2096335. OLE color: 2096335.

HSL color Cylindrical-coordinate representation of color #CFFC1F: hue angle of 72.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFFC1F is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 252 31 -
CMYK 0.18 0 0.88 0.01
HSL 72.22º 0.97% 0.55% -
HSV(B) 72.22º 0.88% 0.99% -
XYZ 60.79 82.99 14.11 -
YUV 213.35 25.09 123.47 -
System Red Green Blue C M Y K H S L
Decimal 207 252 31 0.18 0 0.88 0.01 72.22 0.97 0.55
Hex CF FC 1F 12 0 58 1 48 61 37
Octal 317 374 37 22 0 130 1 110 141 67
Binary 11001111 11111100 11111 10010 0 1011000 1 1001000 1100001 110111

Color Harmonies of #CFFC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC1F

Black with #CFFC1F

Text Example


Text Example

White with #CFFC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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