Html Css Color HEX #CEFF04 Electric Lime

📋 copy color: '#CEFF04'

red 206 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #CEFF04

Tints of Electric Lime #CEFF04

RGB

 RED value IS 206 (80.86% from 255) = 44.3%

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 44.3%
G = 54.84%
B = 0.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CEFF04 (or 0xCEFF04) is known color: Electric Lime. HEX triplet: CE, FF and 04. RGB value is (206,255,4). Sum of RGB (Red+Green+Blue) = 206+255+4=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF04 is #3100FB. Grayscale: #D4D4D4. Windows color (decimal): -3211516 or 327630. OLE color: 327630.

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

Color convert

RGB 206 255 4 -
CMYK 0.19 0 0.98 0
HSL 71.71º 1% 0.51% -
HSV(B) 71.71º 0.98% 1% -
XYZ 61.24 84.65 13.23 -
YUV 211.74 10.77 123.91 -
System Red Green Blue C M Y K H S L
Decimal 206 255 4 0.19 0 0.98 0 71.71 1 0.51
Hex CE FF 4 13 0 62 0 48 64 33
Octal 316 377 4 23 0 142 0 110 144 63
Binary 11001110 11111111 100 10011 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CEFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF04

Black with #CEFF04

Text Example


Text Example

White with #CEFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF04; }

 p { color: rgb(206,255,4); }

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

background-color css

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

 a { background-color: rgb(206,255,4); }

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

border-color css

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

 span { border-color: rgb(206,255,4); }

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