Html Css Color HEX #3ACF33 Lime Green

📋 copy color: '#3ACF33'

red 58 ◦ green 207 ◦ blue 51

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

Shades of Lime Green #3ACF33

Tints of Lime Green #3ACF33

RGB

 RED value IS 58 (23.05% from 255) = 18.35%

 GREEN value IS 207 (81.25% from 255) = 65.51%

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

R = 18.35%
G = 65.51%
B = 16.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#3ACF33 (or 0x3ACF33) is known color: Lime Green. HEX triplet: 3A, CF and 33. RGB value is (58,207,51). Sum of RGB (Red+Green+Blue) = 58+207+51=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF33 is #C530CC. Grayscale: #919191. Windows color (decimal): -12923085 or 3395386. OLE color: 3395386.

HSL color Cylindrical-coordinate representation of color #3ACF33: hue angle of 117.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACF33 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 51 -
CMYK 0.72 0 0.75 0.19
HSL 117.31º 0.62% 0.51% -
HSV(B) 117.31º 0.75% 0.81% -
XYZ 24.66 45.76 10.67 -
YUV 144.67 75.14 66.18 -
System Red Green Blue C M Y K H S L
Decimal 58 207 51 0.72 0 0.75 0.19 117.31 0.62 0.51
Hex 3A CF 33 48 0 4B 13 75 3E 33
Octal 72 317 63 110 0 113 23 165 76 63
Binary 111010 11001111 110011 1001000 0 1001011 10011 1110101 111110 110011

Color Harmonies of #3ACF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF33

Black with #3ACF33

Text Example


Text Example

White with #3ACF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACF33; }

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

 H1.HeaderClassName
 {
   color: #3ACF33;
 }
 .AnyTagClassName
 {
   color: #3ACF33;
 }
</style>

background-color css

<style>
 a { background-color: #3ACF33; }

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

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

border-color css

<style>
 span { border-color: #3ACF33; }

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

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