Html Css Color HEX #CCF413 Electric Lime

📋 copy color: '#CCF413'

red 204 ◦ green 244 ◦ blue 19

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

Shades of Electric Lime #CCF413

Tints of Electric Lime #CCF413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.25%

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

R = 43.68%
G = 52.25%
B = 4.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CCF413 (or 0xCCF413) is known color: Electric Lime. HEX triplet: CC, F4 and 13. RGB value is (204,244,19). Sum of RGB (Red+Green+Blue) = 204+244+19=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF413 is #330BEC. Grayscale: #CFCFCF. Windows color (decimal): -3345389 or 1307852. OLE color: 1307852.

HSL color Cylindrical-coordinate representation of color #CCF413: hue angle of 70.67º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF413 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 19 -
CMYK 0.16 0 0.92 0.04
HSL 70.67º 0.91% 0.52% -
HSV(B) 70.67º 0.92% 0.96% -
XYZ 57.37 77.59 12.57 -
YUV 206.39 22.25 126.3 -
System Red Green Blue C M Y K H S L
Decimal 204 244 19 0.16 0 0.92 0.04 70.67 0.91 0.52
Hex CC F4 13 10 0 5C 4 47 5B 34
Octal 314 364 23 20 0 134 4 107 133 64
Binary 11001100 11110100 10011 10000 0 1011100 100 1000111 1011011 110100

Color Harmonies of #CCF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF413

Black with #CCF413

Text Example


Text Example

White with #CCF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF413; }

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

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

background-color css

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

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

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

border-color css

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

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

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