Html Css Color HEX #CCF70B Electric Lime

📋 copy color: '#CCF70B'

red 204 ◦ green 247 ◦ blue 11

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

Shades of Electric Lime #CCF70B

Tints of Electric Lime #CCF70B

RGB

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

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

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

R = 44.16%
G = 53.46%
B = 2.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#CCF70B (or 0xCCF70B) is known color: Electric Lime. HEX triplet: CC, F7 and 0B. RGB value is (204,247,11). Sum of RGB (Red+Green+Blue) = 204+247+11=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF70B is #3308F4. Grayscale: #D0D0D0. Windows color (decimal): -3344629 or 784332. OLE color: 784332.

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

Color convert

RGB 204 247 11 -
CMYK 0.17 0 0.96 0.03
HSL 70.93º 0.94% 0.51% -
HSV(B) 70.93º 0.96% 0.97% -
XYZ 58.22 79.38 12.57 -
YUV 207.24 17.25 125.69 -
System Red Green Blue C M Y K H S L
Decimal 204 247 11 0.17 0 0.96 0.03 70.93 0.94 0.51
Hex CC F7 B 11 0 60 3 47 5E 33
Octal 314 367 13 21 0 140 3 107 136 63
Binary 11001100 11110111 1011 10001 0 1100000 11 1000111 1011110 110011

Color Harmonies of #CCF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF70B

Black with #CCF70B

Text Example


Text Example

White with #CCF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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