Html Css Color HEX #2DC02F Lime Green

📋 copy color: '#2DC02F'

red 45 ◦ green 192 ◦ blue 47

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

Shades of Lime Green #2DC02F

Tints of Lime Green #2DC02F

RGB

 RED value IS 45 (17.97% from 255) = 15.85%

 GREEN value IS 192 (75.39% from 255) = 67.61%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 15.85%
G = 67.61%
B = 16.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#2DC02F (or 0x2DC02F) is known color: Lime Green. HEX triplet: 2D, C0 and 2F. RGB value is (45,192,47). Sum of RGB (Red+Green+Blue) = 45+192+47=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC02F is #D23FD0. Grayscale: #838383. Windows color (decimal): -13778897 or 3129389. OLE color: 3129389.

HSL color Cylindrical-coordinate representation of color #2DC02F: hue angle of 120.82º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC02F is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 47 -
CMYK 0.77 0 0.76 0.25
HSL 120.82º 0.62% 0.46% -
HSV(B) 120.82º 0.77% 0.75% -
XYZ 20.44 38.46 9.04 -
YUV 131.52 80.3 66.29 -
System Red Green Blue C M Y K H S L
Decimal 45 192 47 0.77 0 0.76 0.25 120.82 0.62 0.46
Hex 2D C0 2F 4D 0 4C 19 79 3E 2E
Octal 55 300 57 115 0 114 31 171 76 56
Binary 101101 11000000 101111 1001101 0 1001100 11001 1111001 111110 101110

Color Harmonies of #2DC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC02F

Black with #2DC02F

Text Example


Text Example

White with #2DC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,192,47); }

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

background-color css

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

 a { background-color: rgb(45,192,47); }

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

border-color css

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

 span { border-color: rgb(45,192,47); }

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