Html Css Color HEX #CCFD1A Electric Lime

📋 copy color: '#CCFD1A'

red 204 ◦ green 253 ◦ blue 26

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

Shades of Electric Lime #CCFD1A

Tints of Electric Lime #CCFD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.38%

R = 42.24%
G = 52.38%
B = 5.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#CCFD1A (or 0xCCFD1A) is known color: Electric Lime. HEX triplet: CC, FD and 1A. RGB value is (204,253,26). Sum of RGB (Red+Green+Blue) = 204+253+26=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD1A is #3302E5. Grayscale: #D5D5D5. Windows color (decimal): -3343078 or 1768908. OLE color: 1768908.

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

Color convert

RGB 204 253 26 -
CMYK 0.19 0 0.90 0.01
HSL 72.95º 0.98% 0.55% -
HSV(B) 72.95º 0.9% 0.99% -
XYZ 60.21 83.16 13.86 -
YUV 212.47 22.77 121.96 -
System Red Green Blue C M Y K H S L
Decimal 204 253 26 0.19 0 0.90 0.01 72.95 0.98 0.55
Hex CC FD 1A 13 0 5A 1 49 62 37
Octal 314 375 32 23 0 132 1 111 142 67
Binary 11001100 11111101 11010 10011 0 1011010 1 1001001 1100010 110111

Color Harmonies of #CCFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD1A

Black with #CCFD1A

Text Example


Text Example

White with #CCFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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