Html Css Color HEX #CEFC0D Electric Lime

📋 copy color: '#CEFC0D'

red 206 ◦ green 252 ◦ blue 13

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

Shades of Electric Lime #CEFC0D

Tints of Electric Lime #CEFC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.76%

R = 43.74%
G = 53.5%
B = 2.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CEFC0D (or 0xCEFC0D) is known color: Electric Lime. HEX triplet: CE, FC and 0D. RGB value is (206,252,13). Sum of RGB (Red+Green+Blue) = 206+252+13=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC0D is #3103F2. Grayscale: #D3D3D3. Windows color (decimal): -3212275 or 916686. OLE color: 916686.

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

Color convert

RGB 206 252 13 -
CMYK 0.18 0 0.95 0.01
HSL 71.55º 0.98% 0.52% -
HSV(B) 71.55º 0.95% 0.99% -
XYZ 60.34 82.77 13.18 -
YUV 211 16.26 124.43 -
System Red Green Blue C M Y K H S L
Decimal 206 252 13 0.18 0 0.95 0.01 71.55 0.98 0.52
Hex CE FC D 12 0 5F 1 48 62 34
Octal 316 374 15 22 0 137 1 110 142 64
Binary 11001110 11111100 1101 10010 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CEFC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC0D

Black with #CEFC0D

Text Example


Text Example

White with #CEFC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC0D; }

 p { color: rgb(206,252,13); }

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

background-color css

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

 a { background-color: rgb(206,252,13); }

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

border-color css

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

 span { border-color: rgb(206,252,13); }

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