Html Css Color HEX #2CB93E Lime Green

📋 copy color: '#2CB93E'

red 44 ◦ green 185 ◦ blue 62

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

Shades of Lime Green #2CB93E

Tints of Lime Green #2CB93E

RGB

 RED value IS 44 (17.58% from 255) = 15.12%

 GREEN value IS 185 (72.66% from 255) = 63.57%

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 15.12%
G = 63.57%
B = 21.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#2CB93E (or 0x2CB93E) is known color: Lime Green. HEX triplet: 2C, B9 and 3E. RGB value is (44,185,62). Sum of RGB (Red+Green+Blue) = 44+185+62=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB93E is #D346C1. Grayscale: #818181. Windows color (decimal): -13846210 or 4110636. OLE color: 4110636.

HSL color Cylindrical-coordinate representation of color #2CB93E: hue angle of 127.66º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB93E is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 185 62 -
CMYK 0.76 0 0.66 0.27
HSL 127.66º 0.62% 0.45% -
HSV(B) 127.66º 0.76% 0.73% -
XYZ 19.26 35.58 10.41 -
YUV 128.82 90.29 67.5 -
System Red Green Blue C M Y K H S L
Decimal 44 185 62 0.76 0 0.66 0.27 127.66 0.62 0.45
Hex 2C B9 3E 4C 0 42 1B 80 3E 2D
Octal 54 271 76 114 0 102 33 200 76 55
Binary 101100 10111001 111110 1001100 0 1000010 11011 10000000 111110 101101

Color Harmonies of #2CB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB93E

Black with #2CB93E

Text Example


Text Example

White with #2CB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,185,62); }

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

background-color css

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

 a { background-color: rgb(44,185,62); }

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

border-color css

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

 span { border-color: rgb(44,185,62); }

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