Html Css Color HEX #CEFF0D Electric Lime

📋 copy color: '#CEFF0D'

red 206 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #CEFF0D

Tints of Electric Lime #CEFF0D

RGB

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

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

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

R = 43.46%
G = 53.8%
B = 2.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CEFF0D (or 0xCEFF0D) is known color: Electric Lime. HEX triplet: CE, FF and 0D. RGB value is (206,255,13). Sum of RGB (Red+Green+Blue) = 206+255+13=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF0D is #3100F2. Grayscale: #D5D5D5. Windows color (decimal): -3211507 or 917454. OLE color: 917454.

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

Color convert

RGB 206 255 13 -
CMYK 0.19 0 0.95 0
HSL 72.15º 1% 0.53% -
HSV(B) 72.15º 0.95% 1% -
XYZ 61.29 84.67 13.49 -
YUV 212.76 15.27 123.18 -
System Red Green Blue C M Y K H S L
Decimal 206 255 13 0.19 0 0.95 0 72.15 1 0.53
Hex CE FF D 13 0 5F 0 48 64 35
Octal 316 377 15 23 0 137 0 110 144 65
Binary 11001110 11111111 1101 10011 0 1011111 0 1001000 1100100 110101

Color Harmonies of #CEFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF0D

Black with #CEFF0D

Text Example


Text Example

White with #CEFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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