Html Css Color HEX #3DCF27 Lime Green

📋 copy color: '#3DCF27'

red 61 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #3DCF27

Tints of Lime Green #3DCF27

RGB

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

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

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

R = 19.87%
G = 67.43%
B = 12.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#3DCF27 (or 0x3DCF27) is known color: Lime Green. HEX triplet: 3D, CF and 27. RGB value is (61,207,39). Sum of RGB (Red+Green+Blue) = 61+207+39=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 207 (81.25% from 255 or 67.43% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF27 is #C230D8. Grayscale: #909090. Windows color (decimal): -12726489 or 2608957. OLE color: 2608957.

HSL color Cylindrical-coordinate representation of color #3DCF27: hue angle of 112.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DCF27 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 207 39 -
CMYK 0.71 0 0.81 0.19
HSL 112.14º 0.68% 0.48% -
HSV(B) 112.14º 0.81% 0.81% -
XYZ 24.6 45.76 9.46 -
YUV 144.19 68.63 68.66 -
System Red Green Blue C M Y K H S L
Decimal 61 207 39 0.71 0 0.81 0.19 112.14 0.68 0.48
Hex 3D CF 27 47 0 51 13 70 44 30
Octal 75 317 47 107 0 121 23 160 104 60
Binary 111101 11001111 100111 1000111 0 1010001 10011 1110000 1000100 110000

Color Harmonies of #3DCF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCF27

Black with #3DCF27

Text Example


Text Example

White with #3DCF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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