Html Css Color HEX #CCF90C Electric Lime

📋 copy color: '#CCF90C'

red 204 ◦ green 249 ◦ blue 12

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

Shades of Electric Lime #CCF90C

Tints of Electric Lime #CCF90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 43.87%
G = 53.55%
B = 2.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CCF90C (or 0xCCF90C) is known color: Electric Lime. HEX triplet: CC, F9 and 0C. RGB value is (204,249,12). Sum of RGB (Red+Green+Blue) = 204+249+12=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF90C is #3306F3. Grayscale: #D1D1D1. Windows color (decimal): -3344116 or 850380. OLE color: 850380.

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

Color convert

RGB 204 249 12 -
CMYK 0.18 0 0.95 0.02
HSL 71.39º 0.95% 0.51% -
HSV(B) 71.39º 0.95% 0.98% -
XYZ 58.84 80.62 12.81 -
YUV 208.53 17.09 124.77 -
System Red Green Blue C M Y K H S L
Decimal 204 249 12 0.18 0 0.95 0.02 71.39 0.95 0.51
Hex CC F9 C 12 0 5F 2 47 5F 33
Octal 314 371 14 22 0 137 2 107 137 63
Binary 11001100 11111001 1100 10010 0 1011111 10 1000111 1011111 110011

Color Harmonies of #CCF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF90C

Black with #CCF90C

Text Example


Text Example

White with #CCF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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