Html Css Color HEX #CCFF1D Electric Lime

📋 copy color: '#CCFF1D'

red 204 ◦ green 255 ◦ blue 29

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

Shades of Electric Lime #CCFF1D

Tints of Electric Lime #CCFF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.94%

R = 41.8%
G = 52.25%
B = 5.94%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#CCFF1D (or 0xCCFF1D) is known color: Electric Lime. HEX triplet: CC, FF and 1D. RGB value is (204,255,29). Sum of RGB (Red+Green+Blue) = 204+255+29=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF1D is #3300E2. Grayscale: #D6D6D6. Windows color (decimal): -3342563 or 1966028. OLE color: 1966028.

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

Color convert

RGB 204 255 29 -
CMYK 0.2 0 0.89 0
HSL 73.54º 1% 0.56% -
HSV(B) 73.54º 0.89% 1% -
XYZ 60.88 84.45 14.25 -
YUV 213.99 23.6 120.88 -
System Red Green Blue C M Y K H S L
Decimal 204 255 29 0.2 0 0.89 0 73.54 1 0.56
Hex CC FF 1D 14 0 59 0 4A 64 38
Octal 314 377 35 24 0 131 0 112 144 70
Binary 11001100 11111111 11101 10100 0 1011001 0 1001010 1100100 111000

Color Harmonies of #CCFF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF1D

Black with #CCFF1D

Text Example


Text Example

White with #CCFF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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