Html Css Color HEX #CCF71B Electric Lime

📋 copy color: '#CCF71B'

red 204 ◦ green 247 ◦ blue 27

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

Shades of Electric Lime #CCF71B

Tints of Electric Lime #CCF71B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.67%

 BLUE value IS 27 (10.94% from 255) = 5.65%

R = 42.68%
G = 51.67%
B = 5.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#CCF71B (or 0xCCF71B) is known color: Electric Lime. HEX triplet: CC, F7 and 1B. RGB value is (204,247,27). Sum of RGB (Red+Green+Blue) = 204+247+27=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF71B is #3308E4. Grayscale: #D1D1D1. Windows color (decimal): -3344613 or 1832908. OLE color: 1832908.

HSL color Cylindrical-coordinate representation of color #CCF71B: hue angle of 71.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF71B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 27 -
CMYK 0.17 0 0.89 0.03
HSL 71.73º 0.93% 0.54% -
HSV(B) 71.73º 0.89% 0.97% -
XYZ 58.36 79.44 13.29 -
YUV 209.06 25.25 124.39 -
System Red Green Blue C M Y K H S L
Decimal 204 247 27 0.17 0 0.89 0.03 71.73 0.93 0.54
Hex CC F7 1B 11 0 59 3 48 5D 36
Octal 314 367 33 21 0 131 3 110 135 66
Binary 11001100 11110111 11011 10001 0 1011001 11 1001000 1011101 110110

Color Harmonies of #CCF71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF71B

Black with #CCF71B

Text Example


Text Example

White with #CCF71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF71B; }

 p { color: rgb(204,247,27); }

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

background-color css

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

 a { background-color: rgb(204,247,27); }

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

border-color css

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

 span { border-color: rgb(204,247,27); }

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