Html Css Color HEX #CCFD0C Electric Lime

📋 copy color: '#CCFD0C'

red 204 ◦ green 253 ◦ blue 12

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

Shades of Electric Lime #CCFD0C

Tints of Electric Lime #CCFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.94%

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 43.5%
G = 53.94%
B = 2.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CCFD0C (or 0xCCFD0C) is known color: Electric Lime. HEX triplet: CC, FD and 0C. RGB value is (204,253,12). Sum of RGB (Red+Green+Blue) = 204+253+12=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 12 (5.08% from 255 or 2.56% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD0C is #3302F3. Grayscale: #D3D3D3. Windows color (decimal): -3343092 or 851404. OLE color: 851404.

HSL color Cylindrical-coordinate representation of color #CCFD0C: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCFD0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 12 -
CMYK 0.19 0 0.95 0.01
HSL 72.2º 0.98% 0.52% -
HSV(B) 72.2º 0.95% 0.99% -
XYZ 60.09 83.11 13.22 -
YUV 210.88 15.77 123.1 -
System Red Green Blue C M Y K H S L
Decimal 204 253 12 0.19 0 0.95 0.01 72.2 0.98 0.52
Hex CC FD C 13 0 5F 1 48 62 34
Octal 314 375 14 23 0 137 1 110 142 64
Binary 11001100 11111101 1100 10011 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CCFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD0C

Black with #CCFD0C

Text Example


Text Example

White with #CCFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD0C; }

 p { color: rgb(204,253,12); }

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

background-color css

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

 a { background-color: rgb(204,253,12); }

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

border-color css

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

 span { border-color: rgb(204,253,12); }

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