Html Css Color HEX #CCED03 Electric Lime

📋 copy color: '#CCED03'

red 204 ◦ green 237 ◦ blue 3

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

Shades of Electric Lime #CCED03

Tints of Electric Lime #CCED03

RGB

 RED value IS 204 (80.08% from 255) = 45.95%

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 45.95%
G = 53.38%
B = 0.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CCED03 (or 0xCCED03) is known color: Electric Lime. HEX triplet: CC, ED and 03. RGB value is (204,237,3). Sum of RGB (Red+Green+Blue) = 204+237+3=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 237 (92.97% from 255 or 53.38% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED03 is #3312FC. Grayscale: #C9C9C9. Windows color (decimal): -3347197 or 257484. OLE color: 257484.

HSL color Cylindrical-coordinate representation of color #CCED03: hue angle of 68.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCED03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 3 -
CMYK 0.14 0 0.99 0.07
HSL 68.46º 0.98% 0.47% -
HSV(B) 68.46º 0.99% 0.93% -
XYZ 55.2 73.41 11.35 -
YUV 200.46 16.57 130.53 -
System Red Green Blue C M Y K H S L
Decimal 204 237 3 0.14 0 0.99 0.07 68.46 0.98 0.47
Hex CC ED 3 E 0 63 7 44 62 2F
Octal 314 355 3 16 0 143 7 104 142 57
Binary 11001100 11101101 11 1110 0 1100011 111 1000100 1100010 101111

Color Harmonies of #CCED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED03

Black with #CCED03

Text Example


Text Example

White with #CCED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED03; }

 p { color: rgb(204,237,3); }

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

background-color css

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

 a { background-color: rgb(204,237,3); }

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

border-color css

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

 span { border-color: rgb(204,237,3); }

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