Html Css Color HEX #CCF312 Electric Lime

📋 copy color: '#CCF312'

red 204 ◦ green 243 ◦ blue 18

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

Shades of Electric Lime #CCF312

Tints of Electric Lime #CCF312

RGB

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

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

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

R = 43.87%
G = 52.26%
B = 3.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CCF312 (or 0xCCF312) is known color: Electric Lime. HEX triplet: CC, F3 and 12. RGB value is (204,243,18). Sum of RGB (Red+Green+Blue) = 204+243+18=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF312 is #330CED. Grayscale: #CECECE. Windows color (decimal): -3345646 or 1242060. OLE color: 1242060.

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

Color convert

RGB 204 243 18 -
CMYK 0.16 0 0.93 0.05
HSL 70.4º 0.9% 0.51% -
HSV(B) 70.4º 0.93% 0.95% -
XYZ 57.06 76.98 12.42 -
YUV 205.69 22.08 126.8 -
System Red Green Blue C M Y K H S L
Decimal 204 243 18 0.16 0 0.93 0.05 70.4 0.9 0.51
Hex CC F3 12 10 0 5D 5 46 5A 33
Octal 314 363 22 20 0 135 5 106 132 63
Binary 11001100 11110011 10010 10000 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CCF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF312

Black with #CCF312

Text Example


Text Example

White with #CCF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF312; }

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

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

background-color css

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

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

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

border-color css

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

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

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