Html Css Color HEX #CEFF0F Electric Lime

📋 copy color: '#CEFF0F'

red 206 ◦ green 255 ◦ blue 15

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

Shades of Electric Lime #CEFF0F

Tints of Electric Lime #CEFF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.15%

R = 43.28%
G = 53.57%
B = 3.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#CEFF0F (or 0xCEFF0F) is known color: Electric Lime. HEX triplet: CE, FF and 0F. RGB value is (206,255,15). Sum of RGB (Red+Green+Blue) = 206+255+15=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF0F is #3100F0. Grayscale: #D5D5D5. Windows color (decimal): -3211505 or 1048526. OLE color: 1048526.

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

Color convert

RGB 206 255 15 -
CMYK 0.19 0 0.94 0
HSL 72.25º 1% 0.53% -
HSV(B) 72.25º 0.94% 1% -
XYZ 61.3 84.68 13.57 -
YUV 212.99 16.27 123.01 -
System Red Green Blue C M Y K H S L
Decimal 206 255 15 0.19 0 0.94 0 72.25 1 0.53
Hex CE FF F 13 0 5E 0 48 64 35
Octal 316 377 17 23 0 136 0 110 144 65
Binary 11001110 11111111 1111 10011 0 1011110 0 1001000 1100100 110101

Color Harmonies of #CEFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF0F

Black with #CEFF0F

Text Example


Text Example

White with #CEFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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