Html Css Color HEX #CCED0F Electric Lime

📋 copy color: '#CCED0F'

red 204 ◦ green 237 ◦ blue 15

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

Shades of Electric Lime #CCED0F

Tints of Electric Lime #CCED0F

RGB

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

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

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

R = 44.74%
G = 51.97%
B = 3.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CCED0F (or 0xCCED0F) is known color: Electric Lime. HEX triplet: CC, ED and 0F. RGB value is (204,237,15). Sum of RGB (Red+Green+Blue) = 204+237+15=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED0F is #3312F0. Grayscale: #CACACA. Windows color (decimal): -3347185 or 1043916. OLE color: 1043916.

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

Color convert

RGB 204 237 15 -
CMYK 0.14 0 0.94 0.07
HSL 68.92º 0.88% 0.49% -
HSV(B) 68.92º 0.94% 0.93% -
XYZ 55.27 73.44 11.71 -
YUV 201.83 22.57 129.55 -
System Red Green Blue C M Y K H S L
Decimal 204 237 15 0.14 0 0.94 0.07 68.92 0.88 0.49
Hex CC ED F E 0 5E 7 45 58 31
Octal 314 355 17 16 0 136 7 105 130 61
Binary 11001100 11101101 1111 1110 0 1011110 111 1000101 1011000 110001

Color Harmonies of #CCED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED0F

Black with #CCED0F

Text Example


Text Example

White with #CCED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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