Html Css Color HEX #CEFA08 Electric Lime

📋 copy color: '#CEFA08'

red 206 ◦ green 250 ◦ blue 8

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

Shades of Electric Lime #CEFA08

Tints of Electric Lime #CEFA08

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.88%

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 44.4%
G = 53.88%
B = 1.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CEFA08 (or 0xCEFA08) is known color: Electric Lime. HEX triplet: CE, FA and 08. RGB value is (206,250,8). Sum of RGB (Red+Green+Blue) = 206+250+8=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 8 (3.52% from 255 or 1.72% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA08 is #3105F7. Grayscale: #D2D2D2. Windows color (decimal): -3212792 or 588494. OLE color: 588494.

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

Color convert

RGB 206 250 8 -
CMYK 0.18 0 0.97 0.02
HSL 70.91º 0.96% 0.51% -
HSV(B) 70.91º 0.97% 0.98% -
XYZ 59.68 81.51 12.82 -
YUV 209.26 14.42 125.68 -
System Red Green Blue C M Y K H S L
Decimal 206 250 8 0.18 0 0.97 0.02 70.91 0.96 0.51
Hex CE FA 8 12 0 61 2 47 60 33
Octal 316 372 10 22 0 141 2 107 140 63
Binary 11001110 11111010 1000 10010 0 1100001 10 1000111 1100000 110011

Color Harmonies of #CEFA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA08

Black with #CEFA08

Text Example


Text Example

White with #CEFA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA08; }

 p { color: rgb(206,250,8); }

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

background-color css

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

 a { background-color: rgb(206,250,8); }

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

border-color css

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

 span { border-color: rgb(206,250,8); }

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