Html Css Color HEX #CCFF1A Electric Lime

📋 copy color: '#CCFF1A'

red 204 ◦ green 255 ◦ blue 26

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

Shades of Electric Lime #CCFF1A

Tints of Electric Lime #CCFF1A

RGB

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

 GREEN value IS 255 (100% from 255) = 52.58%

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

R = 42.06%
G = 52.58%
B = 5.36%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#CCFF1A (or 0xCCFF1A) is known color: Electric Lime. HEX triplet: CC, FF and 1A. RGB value is (204,255,26). Sum of RGB (Red+Green+Blue) = 204+255+26=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF1A is #3300E5. Grayscale: #D6D6D6. Windows color (decimal): -3342566 or 1769420. OLE color: 1769420.

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

Color convert

RGB 204 255 26 -
CMYK 0.2 0 0.90 0
HSL 73.36º 1% 0.55% -
HSV(B) 73.36º 0.9% 1% -
XYZ 60.85 84.43 14.07 -
YUV 213.65 22.1 121.12 -
System Red Green Blue C M Y K H S L
Decimal 204 255 26 0.2 0 0.90 0 73.36 1 0.55
Hex CC FF 1A 14 0 5A 0 49 64 37
Octal 314 377 32 24 0 132 0 111 144 67
Binary 11001100 11111111 11010 10100 0 1011010 0 1001001 1100100 110111

Color Harmonies of #CCFF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF1A

Black with #CCFF1A

Text Example


Text Example

White with #CCFF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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