Html Css Color HEX #33C13A Lime Green

📋 copy color: '#33C13A'

red 51 ◦ green 193 ◦ blue 58

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

Shades of Lime Green #33C13A

Tints of Lime Green #33C13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 16.89%
G = 63.91%
B = 19.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#33C13A (or 0x33C13A) is known color: Lime Green. HEX triplet: 33, C1 and 3A. RGB value is (51,193,58). Sum of RGB (Red+Green+Blue) = 51+193+58=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #33C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C13A is #CC3EC5. Grayscale: #878787. Windows color (decimal): -13385414 or 3850547. OLE color: 3850547.

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

Color convert

RGB 51 193 58 -
CMYK 0.74 0 0.70 0.24
HSL 122.96º 0.58% 0.48% -
HSV(B) 122.96º 0.74% 0.76% -
XYZ 21.2 39.15 10.44 -
YUV 135.15 84.46 67.98 -
System Red Green Blue C M Y K H S L
Decimal 51 193 58 0.74 0 0.70 0.24 122.96 0.58 0.48
Hex 33 C1 3A 4A 0 46 18 7B 3A 30
Octal 63 301 72 112 0 106 30 173 72 60
Binary 110011 11000001 111010 1001010 0 1000110 11000 1111011 111010 110000

Color Harmonies of #33C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C13A

Black with #33C13A

Text Example


Text Example

White with #33C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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