Html Css Color HEX #CCF51A Electric Lime

📋 copy color: '#CCF51A'

red 204 ◦ green 245 ◦ blue 26

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

Shades of Electric Lime #CCF51A

Tints of Electric Lime #CCF51A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.58%

 BLUE value IS 26 (10.55% from 255) = 5.47%

R = 42.95%
G = 51.58%
B = 5.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#CCF51A (or 0xCCF51A) is known color: Electric Lime. HEX triplet: CC, F5 and 1A. RGB value is (204,245,26). Sum of RGB (Red+Green+Blue) = 204+245+26=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF51A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF51A is #330AE5. Grayscale: #D0D0D0. Windows color (decimal): -3345126 or 1766860. OLE color: 1766860.

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

Color convert

RGB 204 245 26 -
CMYK 0.17 0 0.89 0.04
HSL 71.23º 0.92% 0.53% -
HSV(B) 71.23º 0.89% 0.96% -
XYZ 57.74 78.22 13.03 -
YUV 207.78 25.42 125.31 -
System Red Green Blue C M Y K H S L
Decimal 204 245 26 0.17 0 0.89 0.04 71.23 0.92 0.53
Hex CC F5 1A 11 0 59 4 47 5C 35
Octal 314 365 32 21 0 131 4 107 134 65
Binary 11001100 11110101 11010 10001 0 1011001 100 1000111 1011100 110101

Color Harmonies of #CCF51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF51A

Black with #CCF51A

Text Example


Text Example

White with #CCF51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF51A; }

 p { color: rgb(204,245,26); }

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

background-color css

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

 a { background-color: rgb(204,245,26); }

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

border-color css

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

 span { border-color: rgb(204,245,26); }

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