Html Css Color HEX #CCF913 Electric Lime

📋 copy color: '#CCF913'

red 204 ◦ green 249 ◦ blue 19

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

Shades of Electric Lime #CCF913

Tints of Electric Lime #CCF913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 43.22%
G = 52.75%
B = 4.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#CCF913 (or 0xCCF913) is known color: Electric Lime. HEX triplet: CC, F9 and 13. RGB value is (204,249,19). Sum of RGB (Red+Green+Blue) = 204+249+19=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF913 is #3306EC. Grayscale: #D2D2D2. Windows color (decimal): -3344109 or 1309132. OLE color: 1309132.

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

Color convert

RGB 204 249 19 -
CMYK 0.18 0 0.92 0.02
HSL 71.74º 0.95% 0.53% -
HSV(B) 71.74º 0.92% 0.98% -
XYZ 58.9 80.64 13.08 -
YUV 209.33 20.59 124.2 -
System Red Green Blue C M Y K H S L
Decimal 204 249 19 0.18 0 0.92 0.02 71.74 0.95 0.53
Hex CC F9 13 12 0 5C 2 48 5F 35
Octal 314 371 23 22 0 134 2 110 137 65
Binary 11001100 11111001 10011 10010 0 1011100 10 1001000 1011111 110101

Color Harmonies of #CCF913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF913

Black with #CCF913

Text Example


Text Example

White with #CCF913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF913; }

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

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

background-color css

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

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

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

border-color css

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

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

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