Html Css Color HEX #33C445 Lime Green

📋 copy color: '#33C445'

red 51 ◦ green 196 ◦ blue 69

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

Shades of Lime Green #33C445

Tints of Lime Green #33C445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.03%

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

R = 16.14%
G = 62.03%
B = 21.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#33C445 (or 0x33C445) is known color: Lime Green. HEX triplet: 33, C4 and 45. RGB value is (51,196,69). Sum of RGB (Red+Green+Blue) = 51+196+69=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #33C445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C445 is #CC3BBA. Grayscale: #8A8A8A. Windows color (decimal): -13384635 or 4572211. OLE color: 4572211.

HSL color Cylindrical-coordinate representation of color #33C445: hue angle of 127.45º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C445 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 51 196 69 -
CMYK 0.74 0 0.65 0.23
HSL 127.45º 0.59% 0.48% -
HSV(B) 127.45º 0.74% 0.77% -
XYZ 22.18 40.61 12.3 -
YUV 138.17 88.96 65.83 -
System Red Green Blue C M Y K H S L
Decimal 51 196 69 0.74 0 0.65 0.23 127.45 0.59 0.48
Hex 33 C4 45 4A 0 41 17 7F 3B 30
Octal 63 304 105 112 0 101 27 177 73 60
Binary 110011 11000100 1000101 1001010 0 1000001 10111 1111111 111011 110000

Color Harmonies of #33C445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C445

Black with #33C445

Text Example


Text Example

White with #33C445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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