Html Css Color HEX #CEE10B Electric Lime

📋 copy color: '#CEE10B'

red 206 ◦ green 225 ◦ blue 11

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

Shades of Electric Lime #CEE10B

Tints of Electric Lime #CEE10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.9%

 BLUE value IS 11 (4.69% from 255) = 2.49%

R = 46.61%
G = 50.9%
B = 2.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#CEE10B (or 0xCEE10B) is known color: Electric Lime. HEX triplet: CE, E1 and 0B. RGB value is (206,225,11). Sum of RGB (Red+Green+Blue) = 206+225+11=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE10B is #311EF4. Grayscale: #C3C3C3. Windows color (decimal): -3219189 or 778702. OLE color: 778702.

HSL color Cylindrical-coordinate representation of color #CEE10B: hue angle of 65.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE10B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 11 -
CMYK 0.08 0 0.95 0.12
HSL 65.33º 0.91% 0.46% -
HSV(B) 65.33º 0.95% 0.88% -
XYZ 52.44 67 10.48 -
YUV 194.92 24.21 135.9 -
System Red Green Blue C M Y K H S L
Decimal 206 225 11 0.08 0 0.95 0.12 65.33 0.91 0.46
Hex CE E1 B 8 0 5F C 41 5B 2E
Octal 316 341 13 10 0 137 14 101 133 56
Binary 11001110 11100001 1011 1000 0 1011111 1100 1000001 1011011 101110

Color Harmonies of #CEE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE10B

Black with #CEE10B

Text Example


Text Example

White with #CEE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE10B; }

 p { color: rgb(206,225,11); }

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

background-color css

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

 a { background-color: rgb(206,225,11); }

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

border-color css

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

 span { border-color: rgb(206,225,11); }

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