Html Css Color HEX #CCFD0A Electric Lime

📋 copy color: '#CCFD0A'

red 204 ◦ green 253 ◦ blue 10

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

Shades of Electric Lime #CCFD0A

Tints of Electric Lime #CCFD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.14%

R = 43.68%
G = 54.18%
B = 2.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CCFD0A (or 0xCCFD0A) is known color: Electric Lime. HEX triplet: CC, FD and 0A. RGB value is (204,253,10). Sum of RGB (Red+Green+Blue) = 204+253+10=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD0A is #3302F5. Grayscale: #D3D3D3. Windows color (decimal): -3343094 or 720332. OLE color: 720332.

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

Color convert

RGB 204 253 10 -
CMYK 0.19 0 0.96 0.01
HSL 72.1º 0.98% 0.52% -
HSV(B) 72.1º 0.96% 0.99% -
XYZ 60.08 83.11 13.16 -
YUV 210.65 14.77 123.26 -
System Red Green Blue C M Y K H S L
Decimal 204 253 10 0.19 0 0.96 0.01 72.1 0.98 0.52
Hex CC FD A 13 0 60 1 48 62 34
Octal 314 375 12 23 0 140 1 110 142 64
Binary 11001100 11111101 1010 10011 0 1100000 1 1001000 1100010 110100

Color Harmonies of #CCFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD0A

Black with #CCFD0A

Text Example


Text Example

White with #CCFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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