Html Css Color HEX #3ACB25 Lime Green

📋 copy color: '#3ACB25'

red 58 ◦ green 203 ◦ blue 37

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

Shades of Lime Green #3ACB25

Tints of Lime Green #3ACB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 68.12%

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 19.46%
G = 68.12%
B = 12.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#3ACB25 (or 0x3ACB25) is known color: Lime Green. HEX triplet: 3A, CB and 25. RGB value is (58,203,37). Sum of RGB (Red+Green+Blue) = 58+203+37=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 203 (79.69% from 255 or 68.12% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB25 is #C534DA. Grayscale: #8D8D8D. Windows color (decimal): -12924123 or 2476858. OLE color: 2476858.

HSL color Cylindrical-coordinate representation of color #3ACB25: hue angle of 112.41º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3ACB25 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 203 37 -
CMYK 0.71 0 0.82 0.20
HSL 112.41º 0.69% 0.47% -
HSV(B) 112.41º 0.82% 0.8% -
XYZ 23.43 43.74 8.96 -
YUV 140.72 69.46 69 -
System Red Green Blue C M Y K H S L
Decimal 58 203 37 0.71 0 0.82 0.20 112.41 0.69 0.47
Hex 3A CB 25 47 0 52 14 70 45 2F
Octal 72 313 45 107 0 122 24 160 105 57
Binary 111010 11001011 100101 1000111 0 1010010 10100 1110000 1000101 101111

Color Harmonies of #3ACB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACB25

Black with #3ACB25

Text Example


Text Example

White with #3ACB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,203,37); }

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

background-color css

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

 a { background-color: rgb(58,203,37); }

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

border-color css

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

 span { border-color: rgb(58,203,37); }

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