Html Css Color HEX #33AF3A Lime Green

📋 copy color: '#33AF3A'

red 51 ◦ green 175 ◦ blue 58

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

Shades of Lime Green #33AF3A

Tints of Lime Green #33AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 61.62%

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

R = 17.96%
G = 61.62%
B = 20.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#33AF3A (or 0x33AF3A) is known color: Lime Green. HEX triplet: 33, AF and 3A. RGB value is (51,175,58). Sum of RGB (Red+Green+Blue) = 51+175+58=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AF3A is #CC50C5. Grayscale: #7C7C7C. Windows color (decimal): -13390022 or 3845939. OLE color: 3845939.

HSL color Cylindrical-coordinate representation of color #33AF3A: hue angle of 123.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AF3A is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 175 58 -
CMYK 0.71 0 0.67 0.31
HSL 123.39º 0.55% 0.44% -
HSV(B) 123.39º 0.71% 0.69% -
XYZ 17.46 31.67 9.2 -
YUV 124.59 90.42 75.51 -
System Red Green Blue C M Y K H S L
Decimal 51 175 58 0.71 0 0.67 0.31 123.39 0.55 0.44
Hex 33 AF 3A 47 0 43 1F 7B 37 2C
Octal 63 257 72 107 0 103 37 173 67 54
Binary 110011 10101111 111010 1000111 0 1000011 11111 1111011 110111 101100

Color Harmonies of #33AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AF3A

Black with #33AF3A

Text Example


Text Example

White with #33AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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