Html Css Color HEX #3DBF27 Lime Green

📋 copy color: '#3DBF27'

red 61 ◦ green 191 ◦ blue 39

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

Shades of Lime Green #3DBF27

Tints of Lime Green #3DBF27

RGB

 RED value IS 61 (24.22% from 255) = 20.96%

 GREEN value IS 191 (75% from 255) = 65.64%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 20.96%
G = 65.64%
B = 13.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#3DBF27 (or 0x3DBF27) is known color: Lime Green. HEX triplet: 3D, BF and 27. RGB value is (61,191,39). Sum of RGB (Red+Green+Blue) = 61+191+39=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF27 is #C240D8. Grayscale: #878787. Windows color (decimal): -12730585 or 2604861. OLE color: 2604861.

HSL color Cylindrical-coordinate representation of color #3DBF27: hue angle of 111.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DBF27 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 191 39 -
CMYK 0.68 0 0.80 0.25
HSL 111.32º 0.66% 0.45% -
HSV(B) 111.32º 0.8% 0.75% -
XYZ 20.92 38.4 8.23 -
YUV 134.8 73.93 75.36 -
System Red Green Blue C M Y K H S L
Decimal 61 191 39 0.68 0 0.80 0.25 111.32 0.66 0.45
Hex 3D BF 27 44 0 50 19 6F 42 2D
Octal 75 277 47 104 0 120 31 157 102 55
Binary 111101 10111111 100111 1000100 0 1010000 11001 1101111 1000010 101101

Color Harmonies of #3DBF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF27

Black with #3DBF27

Text Example


Text Example

White with #3DBF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,191,39); }

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

background-color css

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

 a { background-color: rgb(61,191,39); }

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

border-color css

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

 span { border-color: rgb(61,191,39); }

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