Html Css Color HEX #2CC92E Lime Green

📋 copy color: '#2CC92E'

red 44 ◦ green 201 ◦ blue 46

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

Shades of Lime Green #2CC92E

Tints of Lime Green #2CC92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 69.07%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 15.12%
G = 69.07%
B = 15.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#2CC92E (or 0x2CC92E) is known color: Lime Green. HEX triplet: 2C, C9 and 2E. RGB value is (44,201,46). Sum of RGB (Red+Green+Blue) = 44+201+46=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 201 (78.91% from 255 or 69.07% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC92E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC92E is #D336D1. Grayscale: #888888. Windows color (decimal): -13842130 or 3066156. OLE color: 3066156.

HSL color Cylindrical-coordinate representation of color #2CC92E: hue angle of 120.76º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC92E is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 201 46 -
CMYK 0.78 0 0.77 0.21
HSL 120.76º 0.64% 0.48% -
HSV(B) 120.76º 0.78% 0.79% -
XYZ 22.42 42.51 9.61 -
YUV 136.39 76.99 62.1 -
System Red Green Blue C M Y K H S L
Decimal 44 201 46 0.78 0 0.77 0.21 120.76 0.64 0.48
Hex 2C C9 2E 4E 0 4D 15 79 40 30
Octal 54 311 56 116 0 115 25 171 100 60
Binary 101100 11001001 101110 1001110 0 1001101 10101 1111001 1000000 110000

Color Harmonies of #2CC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC92E

Black with #2CC92E

Text Example


Text Example

White with #2CC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,201,46); }

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

background-color css

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

 a { background-color: rgb(44,201,46); }

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

border-color css

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

 span { border-color: rgb(44,201,46); }

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