Html Css Color HEX #CFFF1E Electric Lime

📋 copy color: '#CFFF1E'

red 207 ◦ green 255 ◦ blue 30

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

Shades of Electric Lime #CFFF1E

Tints of Electric Lime #CFFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 51.83%

 BLUE value IS 30 (12.11% from 255) = 6.1%

R = 42.07%
G = 51.83%
B = 6.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#CFFF1E (or 0xCFFF1E) is known color: Electric Lime. HEX triplet: CF, FF and 1E. RGB value is (207,255,30). Sum of RGB (Red+Green+Blue) = 207+255+30=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF1E is #3000E1. Grayscale: #D7D7D7. Windows color (decimal): -3145954 or 2031567. OLE color: 2031567.

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

Color convert

RGB 207 255 30 -
CMYK 0.19 0 0.88 0
HSL 72.8º 1% 0.56% -
HSV(B) 72.8º 0.88% 1% -
XYZ 61.73 84.88 14.36 -
YUV 215 23.6 122.3 -
System Red Green Blue C M Y K H S L
Decimal 207 255 30 0.19 0 0.88 0 72.8 1 0.56
Hex CF FF 1E 13 0 58 0 49 64 38
Octal 317 377 36 23 0 130 0 111 144 70
Binary 11001111 11111111 11110 10011 0 1011000 0 1001001 1100100 111000

Color Harmonies of #CFFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF1E

Black with #CFFF1E

Text Example


Text Example

White with #CFFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF1E; }

 p { color: rgb(207,255,30); }

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

background-color css

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

 a { background-color: rgb(207,255,30); }

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

border-color css

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

 span { border-color: rgb(207,255,30); }

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