Html Css Color HEX #CEFF1C Electric Lime

📋 copy color: '#CEFF1C'

red 206 ◦ green 255 ◦ blue 28

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

Shades of Electric Lime #CEFF1C

Tints of Electric Lime #CEFF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.73%

R = 42.13%
G = 52.15%
B = 5.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#CEFF1C (or 0xCEFF1C) is known color: Electric Lime. HEX triplet: CE, FF and 1C. RGB value is (206,255,28). Sum of RGB (Red+Green+Blue) = 206+255+28=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF1C is #3100E3. Grayscale: #D7D7D7. Windows color (decimal): -3211492 or 1900494. OLE color: 1900494.

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

Color convert

RGB 206 255 28 -
CMYK 0.19 0 0.89 0
HSL 72.95º 1% 0.55% -
HSV(B) 72.95º 0.89% 1% -
XYZ 61.42 84.73 14.21 -
YUV 214.47 22.77 121.96 -
System Red Green Blue C M Y K H S L
Decimal 206 255 28 0.19 0 0.89 0 72.95 1 0.55
Hex CE FF 1C 13 0 59 0 49 64 37
Octal 316 377 34 23 0 131 0 111 144 67
Binary 11001110 11111111 11100 10011 0 1011001 0 1001001 1100100 110111

Color Harmonies of #CEFF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF1C

Black with #CEFF1C

Text Example


Text Example

White with #CEFF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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