Html Css Color HEX #CEE50F Electric Lime

📋 copy color: '#CEE50F'

red 206 ◦ green 229 ◦ blue 15

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

Shades of Electric Lime #CEE50F

Tints of Electric Lime #CEE50F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.89%

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

R = 45.78%
G = 50.89%
B = 3.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#CEE50F (or 0xCEE50F) is known color: Electric Lime. HEX triplet: CE, E5 and 0F. RGB value is (206,229,15). Sum of RGB (Red+Green+Blue) = 206+229+15=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE50F is #311AF0. Grayscale: #C6C6C6. Windows color (decimal): -3218161 or 1041870. OLE color: 1041870.

HSL color Cylindrical-coordinate representation of color #CEE50F: hue angle of 66.45º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEE50F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 15 -
CMYK 0.10 0 0.93 0.10
HSL 66.45º 0.88% 0.48% -
HSV(B) 66.45º 0.93% 0.9% -
XYZ 53.56 69.19 10.99 -
YUV 197.73 24.88 133.9 -
System Red Green Blue C M Y K H S L
Decimal 206 229 15 0.10 0 0.93 0.10 66.45 0.88 0.48
Hex CE E5 F A 0 5D A 42 58 30
Octal 316 345 17 12 0 135 12 102 130 60
Binary 11001110 11100101 1111 1010 0 1011101 1010 1000010 1011000 110000

Color Harmonies of #CEE50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE50F

Black with #CEE50F

Text Example


Text Example

White with #CEE50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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