Html Css Color HEX #CCF907 Electric Lime

📋 copy color: '#CCF907'

red 204 ◦ green 249 ◦ blue 7

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

Shades of Electric Lime #CCF907

Tints of Electric Lime #CCF907

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.13%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 44.35%
G = 54.13%
B = 1.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CCF907 (or 0xCCF907) is known color: Electric Lime. HEX triplet: CC, F9 and 07. RGB value is (204,249,7). Sum of RGB (Red+Green+Blue) = 204+249+7=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 7 (3.12% from 255 or 1.52% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF907 is #3306F8. Grayscale: #D0D0D0. Windows color (decimal): -3344121 or 522700. OLE color: 522700.

HSL color Cylindrical-coordinate representation of color #CCF907: hue angle of 71.16º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF907 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 7 -
CMYK 0.18 0 0.97 0.02
HSL 71.16º 0.95% 0.5% -
HSV(B) 71.16º 0.97% 0.98% -
XYZ 58.82 80.6 12.66 -
YUV 207.96 14.59 125.18 -
System Red Green Blue C M Y K H S L
Decimal 204 249 7 0.18 0 0.97 0.02 71.16 0.95 0.5
Hex CC F9 7 12 0 61 2 47 5F 32
Octal 314 371 7 22 0 141 2 107 137 62
Binary 11001100 11111001 111 10010 0 1100001 10 1000111 1011111 110010

Color Harmonies of #CCF907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF907

Black with #CCF907

Text Example


Text Example

White with #CCF907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF907; }

 p { color: rgb(204,249,7); }

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

background-color css

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

 a { background-color: rgb(204,249,7); }

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

border-color css

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

 span { border-color: rgb(204,249,7); }

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