Html Css Color HEX #CCF10D Electric Lime

📋 copy color: '#CCF10D'

red 204 ◦ green 241 ◦ blue 13

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

Shades of Electric Lime #CCF10D

Tints of Electric Lime #CCF10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.62%

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

R = 44.54%
G = 52.62%
B = 2.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#CCF10D (or 0xCCF10D) is known color: Electric Lime. HEX triplet: CC, F1 and 0D. RGB value is (204,241,13). Sum of RGB (Red+Green+Blue) = 204+241+13=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF10D is #330EF2. Grayscale: #CCCCCC. Windows color (decimal): -3346163 or 913868. OLE color: 913868.

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

Color convert

RGB 204 241 13 -
CMYK 0.15 0 0.95 0.05
HSL 69.74º 0.9% 0.5% -
HSV(B) 69.74º 0.95% 0.95% -
XYZ 56.43 75.78 12.03 -
YUV 203.95 20.24 128.04 -
System Red Green Blue C M Y K H S L
Decimal 204 241 13 0.15 0 0.95 0.05 69.74 0.9 0.5
Hex CC F1 D F 0 5F 5 46 5A 32
Octal 314 361 15 17 0 137 5 106 132 62
Binary 11001100 11110001 1101 1111 0 1011111 101 1000110 1011010 110010

Color Harmonies of #CCF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF10D

Black with #CCF10D

Text Example


Text Example

White with #CCF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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