Html Css Color HEX #CEED07 Electric Lime

📋 copy color: '#CEED07'

red 206 ◦ green 237 ◦ blue 7

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

Shades of Electric Lime #CEED07

Tints of Electric Lime #CEED07

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.67%

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 45.78%
G = 52.67%
B = 1.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#CEED07 (or 0xCEED07) is known color: Electric Lime. HEX triplet: CE, ED and 07. RGB value is (206,237,7). Sum of RGB (Red+Green+Blue) = 206+237+7=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED07 is #3112F8. Grayscale: #CACACA. Windows color (decimal): -3216121 or 519630. OLE color: 519630.

HSL color Cylindrical-coordinate representation of color #CEED07: hue angle of 68.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEED07 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 7 -
CMYK 0.13 0 0.97 0.07
HSL 68.09º 0.94% 0.48% -
HSV(B) 68.09º 0.97% 0.93% -
XYZ 55.78 73.71 11.49 -
YUV 201.51 18.23 131.2 -
System Red Green Blue C M Y K H S L
Decimal 206 237 7 0.13 0 0.97 0.07 68.09 0.94 0.48
Hex CE ED 7 D 0 61 7 44 5E 30
Octal 316 355 7 15 0 141 7 104 136 60
Binary 11001110 11101101 111 1101 0 1100001 111 1000100 1011110 110000

Color Harmonies of #CEED07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED07

Black with #CEED07

Text Example


Text Example

White with #CEED07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED07; }

 p { color: rgb(206,237,7); }

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

background-color css

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

 a { background-color: rgb(206,237,7); }

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

border-color css

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

 span { border-color: rgb(206,237,7); }

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