Html Css Color HEX #CFFE1F Electric Lime

📋 copy color: '#CFFE1F'

red 207 ◦ green 254 ◦ blue 31

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

Shades of Electric Lime #CFFE1F

Tints of Electric Lime #CFFE1F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.63%

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

R = 42.07%
G = 51.63%
B = 6.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#CFFE1F (or 0xCFFE1F) is known color: Electric Lime. HEX triplet: CF, FE and 1F. RGB value is (207,254,31). Sum of RGB (Red+Green+Blue) = 207+254+31=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE1F is #3001E0. Grayscale: #D7D7D7. Windows color (decimal): -3146209 or 2096847. OLE color: 2096847.

HSL color Cylindrical-coordinate representation of color #CFFE1F: hue angle of 72.65º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFFE1F is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 254 31 -
CMYK 0.19 0 0.88 0.00
HSL 72.65º 0.99% 0.56% -
HSV(B) 72.65º 0.88% 1% -
XYZ 61.42 84.25 14.32 -
YUV 214.53 24.43 122.63 -
System Red Green Blue C M Y K H S L
Decimal 207 254 31 0.19 0 0.88 0.00 72.65 0.99 0.56
Hex CF FE 1F 13 0 58 0 49 63 38
Octal 317 376 37 23 0 130 0 111 143 70
Binary 11001111 11111110 11111 10011 0 1011000 0 1001001 1100011 111000

Color Harmonies of #CFFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFE1F

Black with #CFFE1F

Text Example


Text Example

White with #CFFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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