Html Css Color HEX #33C045 Lime Green

📋 copy color: '#33C045'

red 51 ◦ green 192 ◦ blue 69

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

Shades of Lime Green #33C045

Tints of Lime Green #33C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.54%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 16.35%
G = 61.54%
B = 22.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#33C045 (or 0x33C045) is known color: Lime Green. HEX triplet: 33, C0 and 45. RGB value is (51,192,69). Sum of RGB (Red+Green+Blue) = 51+192+69=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #33C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C045 is #CC3FBA. Grayscale: #888888. Windows color (decimal): -13385659 or 4571187. OLE color: 4571187.

HSL color Cylindrical-coordinate representation of color #33C045: hue angle of 127.66º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C045 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 192 69 -
CMYK 0.73 0 0.64 0.25
HSL 127.66º 0.58% 0.48% -
HSV(B) 127.66º 0.73% 0.75% -
XYZ 21.29 38.83 12 -
YUV 135.82 90.29 67.5 -
System Red Green Blue C M Y K H S L
Decimal 51 192 69 0.73 0 0.64 0.25 127.66 0.58 0.48
Hex 33 C0 45 49 0 40 19 80 3A 30
Octal 63 300 105 111 0 100 31 200 72 60
Binary 110011 11000000 1000101 1001001 0 1000000 11001 10000000 111010 110000

Color Harmonies of #33C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C045

Black with #33C045

Text Example


Text Example

White with #33C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,192,69); }

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

background-color css

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

 a { background-color: rgb(51,192,69); }

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

border-color css

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

 span { border-color: rgb(51,192,69); }

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