Html Css Color HEX #CCF00D Electric Lime

📋 copy color: '#CCF00D'

red 204 ◦ green 240 ◦ blue 13

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

Shades of Electric Lime #CCF00D

Tints of Electric Lime #CCF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.52%

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 44.64%
G = 52.52%
B = 2.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#CCF00D (or 0xCCF00D) is known color: Electric Lime. HEX triplet: CC, F0 and 0D. RGB value is (204,240,13). Sum of RGB (Red+Green+Blue) = 204+240+13=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF00D is #330FF2. Grayscale: #CCCCCC. Windows color (decimal): -3346419 or 913612. OLE color: 913612.

HSL color Cylindrical-coordinate representation of color #CCF00D: hue angle of 69.52º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCF00D is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 13 -
CMYK 0.15 0 0.95 0.06
HSL 69.52º 0.9% 0.5% -
HSV(B) 69.52º 0.95% 0.94% -
XYZ 56.13 75.19 11.93 -
YUV 203.36 20.57 128.46 -
System Red Green Blue C M Y K H S L
Decimal 204 240 13 0.15 0 0.95 0.06 69.52 0.9 0.5
Hex CC F0 D F 0 5F 6 46 5A 32
Octal 314 360 15 17 0 137 6 106 132 62
Binary 11001100 11110000 1101 1111 0 1011111 110 1000110 1011010 110010

Color Harmonies of #CCF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF00D

Black with #CCF00D

Text Example


Text Example

White with #CCF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF00D; }

 p { color: rgb(204,240,13); }

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

background-color css

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

 a { background-color: rgb(204,240,13); }

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

border-color css

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

 span { border-color: rgb(204,240,13); }

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