Html Css Color HEX #33C12F Lime Green

📋 copy color: '#33C12F'

red 51 ◦ green 193 ◦ blue 47

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

Shades of Lime Green #33C12F

Tints of Lime Green #33C12F

RGB

 RED value IS 51 (20.31% from 255) = 17.53%

 GREEN value IS 193 (75.78% from 255) = 66.32%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 17.53%
G = 66.32%
B = 16.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#33C12F (or 0x33C12F) is known color: Lime Green. HEX triplet: 33, C1 and 2F. RGB value is (51,193,47). Sum of RGB (Red+Green+Blue) = 51+193+47=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #33C12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C12F is #CC3ED0. Grayscale: #868686. Windows color (decimal): -13385425 or 3129651. OLE color: 3129651.

HSL color Cylindrical-coordinate representation of color #33C12F: hue angle of 118.36º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33C12F is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 193 47 -
CMYK 0.74 0 0.76 0.24
HSL 118.36º 0.61% 0.47% -
HSV(B) 118.36º 0.76% 0.76% -
XYZ 20.95 39.05 9.12 -
YUV 133.9 78.96 68.87 -
System Red Green Blue C M Y K H S L
Decimal 51 193 47 0.74 0 0.76 0.24 118.36 0.61 0.47
Hex 33 C1 2F 4A 0 4C 18 76 3D 2F
Octal 63 301 57 112 0 114 30 166 75 57
Binary 110011 11000001 101111 1001010 0 1001100 11000 1110110 111101 101111

Color Harmonies of #33C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C12F

Black with #33C12F

Text Example


Text Example

White with #33C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33C12F; }

 p { color: rgb(51,193,47); }

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

background-color css

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

 a { background-color: rgb(51,193,47); }

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

border-color css

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

 span { border-color: rgb(51,193,47); }

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