Html Css Color HEX #3ACF21 Lime Green

📋 copy color: '#3ACF21'

red 58 ◦ green 207 ◦ blue 33

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

Shades of Lime Green #3ACF21

Tints of Lime Green #3ACF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 19.46%
G = 69.46%
B = 11.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#3ACF21 (or 0x3ACF21) is known color: Lime Green. HEX triplet: 3A, CF and 21. RGB value is (58,207,33). Sum of RGB (Red+Green+Blue) = 58+207+33=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 207 (81.25% from 255 or 69.46% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF21 is #C530DE. Grayscale: #8F8F8F. Windows color (decimal): -12923103 or 2215738. OLE color: 2215738.

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

Color convert

RGB 58 207 33 -
CMYK 0.72 0 0.84 0.19
HSL 111.38º 0.73% 0.47% -
HSV(B) 111.38º 0.84% 0.81% -
XYZ 24.33 45.64 8.96 -
YUV 142.61 66.14 67.65 -
System Red Green Blue C M Y K H S L
Decimal 58 207 33 0.72 0 0.84 0.19 111.38 0.73 0.47
Hex 3A CF 21 48 0 54 13 6F 48 2F
Octal 72 317 41 110 0 124 23 157 110 57
Binary 111010 11001111 100001 1001000 0 1010100 10011 1101111 1001000 101111

Color Harmonies of #3ACF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF21

Black with #3ACF21

Text Example


Text Example

White with #3ACF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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