Html Css Color HEX #CCF715 Electric Lime

📋 copy color: '#CCF715'

red 204 ◦ green 247 ◦ blue 21

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

Shades of Electric Lime #CCF715

Tints of Electric Lime #CCF715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.45%

R = 43.22%
G = 52.33%
B = 4.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#CCF715 (or 0xCCF715) is known color: Electric Lime. HEX triplet: CC, F7 and 15. RGB value is (204,247,21). Sum of RGB (Red+Green+Blue) = 204+247+21=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF715 is #3308EA. Grayscale: #D1D1D1. Windows color (decimal): -3344619 or 1439692. OLE color: 1439692.

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

Color convert

RGB 204 247 21 -
CMYK 0.17 0 0.91 0.03
HSL 71.42º 0.93% 0.53% -
HSV(B) 71.42º 0.91% 0.97% -
XYZ 58.3 79.41 12.97 -
YUV 208.38 22.25 124.88 -
System Red Green Blue C M Y K H S L
Decimal 204 247 21 0.17 0 0.91 0.03 71.42 0.93 0.53
Hex CC F7 15 11 0 5B 3 47 5D 35
Octal 314 367 25 21 0 133 3 107 135 65
Binary 11001100 11110111 10101 10001 0 1011011 11 1000111 1011101 110101

Color Harmonies of #CCF715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF715

Black with #CCF715

Text Example


Text Example

White with #CCF715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF715; }

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

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

background-color css

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

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

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

border-color css

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

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

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