Html Css Color HEX #CCF912 Electric Lime

📋 copy color: '#CCF912'

red 204 ◦ green 249 ◦ blue 18

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

Shades of Electric Lime #CCF912

Tints of Electric Lime #CCF912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.82%

R = 43.31%
G = 52.87%
B = 3.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CCF912 (or 0xCCF912) is known color: Electric Lime. HEX triplet: CC, F9 and 12. RGB value is (204,249,18). Sum of RGB (Red+Green+Blue) = 204+249+18=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF912 is #3306ED. Grayscale: #D2D2D2. Windows color (decimal): -3344110 or 1243596. OLE color: 1243596.

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

Color convert

RGB 204 249 18 -
CMYK 0.18 0 0.93 0.02
HSL 71.69º 0.95% 0.52% -
HSV(B) 71.69º 0.93% 0.98% -
XYZ 58.89 80.63 13.03 -
YUV 209.21 20.09 124.28 -
System Red Green Blue C M Y K H S L
Decimal 204 249 18 0.18 0 0.93 0.02 71.69 0.95 0.52
Hex CC F9 12 12 0 5D 2 48 5F 34
Octal 314 371 22 22 0 135 2 110 137 64
Binary 11001100 11111001 10010 10010 0 1011101 10 1001000 1011111 110100

Color Harmonies of #CCF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF912

Black with #CCF912

Text Example


Text Example

White with #CCF912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF912; }

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

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

background-color css

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

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

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

border-color css

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

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

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