Html Css Color HEX #2ACD35 Lime Green

📋 copy color: '#2ACD35'

red 42 ◦ green 205 ◦ blue 53

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

Shades of Lime Green #2ACD35

Tints of Lime Green #2ACD35

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.33%

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 14%
G = 68.33%
B = 17.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#2ACD35 (or 0x2ACD35) is known color: Lime Green. HEX triplet: 2A, CD and 35. RGB value is (42,205,53). Sum of RGB (Red+Green+Blue) = 42+205+53=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 205 (80.47% from 255 or 68.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD35 is #D532CA. Grayscale: #8B8B8B. Windows color (decimal): -13972171 or 3525930. OLE color: 3525930.

HSL color Cylindrical-coordinate representation of color #2ACD35: hue angle of 124.05º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD35 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 205 53 -
CMYK 0.80 0 0.74 0.20
HSL 124.05º 0.66% 0.48% -
HSV(B) 124.05º 0.8% 0.8% -
XYZ 23.43 44.41 10.71 -
YUV 138.94 79.5 58.86 -
System Red Green Blue C M Y K H S L
Decimal 42 205 53 0.80 0 0.74 0.20 124.05 0.66 0.48
Hex 2A CD 35 50 0 4A 14 7C 42 30
Octal 52 315 65 120 0 112 24 174 102 60
Binary 101010 11001101 110101 1010000 0 1001010 10100 1111100 1000010 110000

Color Harmonies of #2ACD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD35

Black with #2ACD35

Text Example


Text Example

White with #2ACD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,205,53); }

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

background-color css

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

 a { background-color: rgb(42,205,53); }

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

border-color css

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

 span { border-color: rgb(42,205,53); }

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