Html Css Color HEX #33D12B Lime Green

📋 copy color: '#33D12B'

red 51 ◦ green 209 ◦ blue 43

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

Shades of Lime Green #33D12B

Tints of Lime Green #33D12B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 68.98%

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 16.83%
G = 68.98%
B = 14.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#33D12B (or 0x33D12B) is known color: Lime Green. HEX triplet: 33, D1 and 2B. RGB value is (51,209,43). Sum of RGB (Red+Green+Blue) = 51+209+43=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 209 (82.03% from 255 or 68.98% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 209 - color contains mainly: green. Hex color #33D12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D12B is #CC2ED4. Grayscale: #8F8F8F. Windows color (decimal): -13381333 or 2871603. OLE color: 2871603.

HSL color Cylindrical-coordinate representation of color #33D12B: hue angle of 117.11º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33D12B is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 209 43 -
CMYK 0.76 0 0.79 0.18
HSL 117.11º 0.66% 0.49% -
HSV(B) 117.11º 0.79% 0.82% -
XYZ 24.6 46.48 9.96 -
YUV 142.83 71.65 62.5 -
System Red Green Blue C M Y K H S L
Decimal 51 209 43 0.76 0 0.79 0.18 117.11 0.66 0.49
Hex 33 D1 2B 4C 0 4F 12 75 42 31
Octal 63 321 53 114 0 117 22 165 102 61
Binary 110011 11010001 101011 1001100 0 1001111 10010 1110101 1000010 110001

Color Harmonies of #33D12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D12B

Black with #33D12B

Text Example


Text Example

White with #33D12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,209,43); }

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

background-color css

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

 a { background-color: rgb(51,209,43); }

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

border-color css

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

 span { border-color: rgb(51,209,43); }

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