Html Css Color HEX #CCF31A Electric Lime

📋 copy color: '#CCF31A'

red 204 ◦ green 243 ◦ blue 26

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

Shades of Electric Lime #CCF31A

Tints of Electric Lime #CCF31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.37%

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

R = 43.13%
G = 51.37%
B = 5.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#CCF31A (or 0xCCF31A) is known color: Electric Lime. HEX triplet: CC, F3 and 1A. RGB value is (204,243,26). Sum of RGB (Red+Green+Blue) = 204+243+26=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF31A is #330CE5. Grayscale: #CFCFCF. Windows color (decimal): -3345638 or 1766348. OLE color: 1766348.

HSL color Cylindrical-coordinate representation of color #CCF31A: hue angle of 70.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF31A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 26 -
CMYK 0.16 0 0.89 0.05
HSL 70.78º 0.9% 0.53% -
HSV(B) 70.78º 0.89% 0.95% -
XYZ 57.14 77.01 12.83 -
YUV 206.6 26.08 126.14 -
System Red Green Blue C M Y K H S L
Decimal 204 243 26 0.16 0 0.89 0.05 70.78 0.9 0.53
Hex CC F3 1A 10 0 59 5 47 5A 35
Octal 314 363 32 20 0 131 5 107 132 65
Binary 11001100 11110011 11010 10000 0 1011001 101 1000111 1011010 110101

Color Harmonies of #CCF31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF31A

Black with #CCF31A

Text Example


Text Example

White with #CCF31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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