Html Css Color HEX #CCFE0B Electric Lime

📋 copy color: '#CCFE0B'

red 204 ◦ green 254 ◦ blue 11

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

Shades of Electric Lime #CCFE0B

Tints of Electric Lime #CCFE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.35%

R = 43.5%
G = 54.16%
B = 2.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#CCFE0B (or 0xCCFE0B) is known color: Electric Lime. HEX triplet: CC, FE and 0B. RGB value is (204,254,11). Sum of RGB (Red+Green+Blue) = 204+254+11=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE0B is #3301F4. Grayscale: #D4D4D4. Windows color (decimal): -3342837 or 786124. OLE color: 786124.

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

Color convert

RGB 204 254 11 -
CMYK 0.20 0 0.96 0.00
HSL 72.35º 0.99% 0.52% -
HSV(B) 72.35º 0.96% 1% -
XYZ 60.4 83.75 13.3 -
YUV 211.35 14.94 122.76 -
System Red Green Blue C M Y K H S L
Decimal 204 254 11 0.20 0 0.96 0.00 72.35 0.99 0.52
Hex CC FE B 14 0 60 0 48 63 34
Octal 314 376 13 24 0 140 0 110 143 64
Binary 11001100 11111110 1011 10100 0 1100000 0 1001000 1100011 110100

Color Harmonies of #CCFE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFE0B

Black with #CCFE0B

Text Example


Text Example

White with #CCFE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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