Html Css Color HEX #3ACF1B Lime Green

📋 copy color: '#3ACF1B'

red 58 ◦ green 207 ◦ blue 27

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

Shades of Lime Green #3ACF1B

Tints of Lime Green #3ACF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 19.86%
G = 70.89%
B = 9.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#3ACF1B (or 0x3ACF1B) is known color: Lime Green. HEX triplet: 3A, CF and 1B. RGB value is (58,207,27). Sum of RGB (Red+Green+Blue) = 58+207+27=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF1B is #C530E4. Grayscale: #8E8E8E. Windows color (decimal): -12923109 or 1822522. OLE color: 1822522.

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

Color convert

RGB 58 207 27 -
CMYK 0.72 0 0.87 0.19
HSL 109.67º 0.77% 0.46% -
HSV(B) 109.67º 0.87% 0.81% -
XYZ 24.26 45.6 8.56 -
YUV 141.93 63.14 68.14 -
System Red Green Blue C M Y K H S L
Decimal 58 207 27 0.72 0 0.87 0.19 109.67 0.77 0.46
Hex 3A CF 1B 48 0 57 13 6E 4D 2E
Octal 72 317 33 110 0 127 23 156 115 56
Binary 111010 11001111 11011 1001000 0 1010111 10011 1101110 1001101 101110

Color Harmonies of #3ACF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF1B

Black with #3ACF1B

Text Example


Text Example

White with #3ACF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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