Html Css Color HEX #2ACF32 Lime Green

📋 copy color: '#2ACF32'

red 42 ◦ green 207 ◦ blue 50

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

Shades of Lime Green #2ACF32

Tints of Lime Green #2ACF32

RGB

 RED value IS 42 (16.8% from 255) = 14.05%

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

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 14.05%
G = 69.23%
B = 16.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#2ACF32 (or 0x2ACF32) is known color: Lime Green. HEX triplet: 2A, CF and 32. RGB value is (42,207,50). Sum of RGB (Red+Green+Blue) = 42+207+50=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACF32 is #D530CD. Grayscale: #8C8C8C. Windows color (decimal): -13971662 or 3329834. OLE color: 3329834.

HSL color Cylindrical-coordinate representation of color #2ACF32: hue angle of 122.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACF32 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 207 50 -
CMYK 0.80 0 0.76 0.19
HSL 122.91º 0.66% 0.49% -
HSV(B) 122.91º 0.8% 0.81% -
XYZ 23.84 45.35 10.51 -
YUV 139.77 77.34 58.27 -
System Red Green Blue C M Y K H S L
Decimal 42 207 50 0.80 0 0.76 0.19 122.91 0.66 0.49
Hex 2A CF 32 50 0 4C 13 7B 42 31
Octal 52 317 62 120 0 114 23 173 102 61
Binary 101010 11001111 110010 1010000 0 1001100 10011 1111011 1000010 110001

Color Harmonies of #2ACF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACF32

Black with #2ACF32

Text Example


Text Example

White with #2ACF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACF32; }

 p { color: rgb(42,207,50); }

 H1.HeaderClassName
 {
   color: #2ACF32;
 }
 .AnyTagClassName
 {
   color: #2ACF32;
 }
</style>

background-color css

<style>
 a { background-color: #2ACF32; }

 a { background-color: rgb(42,207,50); }

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

border-color css

<style>
 span { border-color: #2ACF32; }

 span { border-color: rgb(42,207,50); }

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