Html Css Color HEX #CCFE1F Electric Lime

📋 copy color: '#CCFE1F'

red 204 ◦ green 254 ◦ blue 31

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

Shades of Electric Lime #CCFE1F

Tints of Electric Lime #CCFE1F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.94%

 BLUE value IS 31 (12.5% from 255) = 6.34%

R = 41.72%
G = 51.94%
B = 6.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#CCFE1F (or 0xCCFE1F) is known color: Electric Lime. HEX triplet: CC, FE and 1F. RGB value is (204,254,31). Sum of RGB (Red+Green+Blue) = 204+254+31=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE1F is #3301E0. Grayscale: #D6D6D6. Windows color (decimal): -3342817 or 2096844. OLE color: 2096844.

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

Color convert

RGB 204 254 31 -
CMYK 0.20 0 0.88 0.00
HSL 73.45º 0.99% 0.56% -
HSV(B) 73.45º 0.88% 1% -
XYZ 60.59 83.82 14.28 -
YUV 213.63 24.94 121.13 -
System Red Green Blue C M Y K H S L
Decimal 204 254 31 0.20 0 0.88 0.00 73.45 0.99 0.56
Hex CC FE 1F 14 0 58 0 49 63 38
Octal 314 376 37 24 0 130 0 111 143 70
Binary 11001100 11111110 11111 10100 0 1011000 0 1001001 1100011 111000

Color Harmonies of #CCFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE1F

Black with #CCFE1F

Text Example


Text Example

White with #CCFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE1F; }

 p { color: rgb(204,254,31); }

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

background-color css

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

 a { background-color: rgb(204,254,31); }

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

border-color css

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

 span { border-color: rgb(204,254,31); }

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