Html Css Color HEX #CCF71A Electric Lime

📋 copy color: '#CCF71A'

red 204 ◦ green 247 ◦ blue 26

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

Shades of Electric Lime #CCF71A

Tints of Electric Lime #CCF71A

RGB

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

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

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

R = 42.77%
G = 51.78%
B = 5.45%

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

#CCF71A (or 0xCCF71A) is known color: Electric Lime. HEX triplet: CC, F7 and 1A. RGB value is (204,247,26). Sum of RGB (Red+Green+Blue) = 204+247+26=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF71A is #3308E5. Grayscale: #D1D1D1. Windows color (decimal): -3344614 or 1767372. OLE color: 1767372.

HSL color Cylindrical-coordinate representation of color #CCF71A: hue angle of 71.67º 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 #CCF71A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 26 -
CMYK 0.17 0 0.89 0.03
HSL 71.67º 0.93% 0.54% -
HSV(B) 71.67º 0.89% 0.97% -
XYZ 58.35 79.43 13.23 -
YUV 208.95 24.75 124.47 -
System Red Green Blue C M Y K H S L
Decimal 204 247 26 0.17 0 0.89 0.03 71.67 0.93 0.54
Hex CC F7 1A 11 0 59 3 48 5D 36
Octal 314 367 32 21 0 131 3 110 135 66
Binary 11001100 11110111 11010 10001 0 1011001 11 1001000 1011101 110110

Color Harmonies of #CCF71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF71A

Black with #CCF71A

Text Example


Text Example

White with #CCF71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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