Html Css Color HEX #2CC425 Lime Green

📋 copy color: '#2CC425'

red 44 ◦ green 196 ◦ blue 37

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

Shades of Lime Green #2CC425

Tints of Lime Green #2CC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70.76%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 15.88%
G = 70.76%
B = 13.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#2CC425 (or 0x2CC425) is known color: Lime Green. HEX triplet: 2C, C4 and 25. RGB value is (44,196,37). Sum of RGB (Red+Green+Blue) = 44+196+37=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 196 (76.95% from 255 or 70.76% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC425 is #D33BDA. Grayscale: #848484. Windows color (decimal): -13843419 or 2475052. OLE color: 2475052.

HSL color Cylindrical-coordinate representation of color #2CC425: hue angle of 117.36º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CC425 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 196 37 -
CMYK 0.78 0 0.81 0.23
HSL 117.36º 0.68% 0.46% -
HSV(B) 117.36º 0.81% 0.77% -
XYZ 21.11 40.15 8.39 -
YUV 132.43 74.14 64.93 -
System Red Green Blue C M Y K H S L
Decimal 44 196 37 0.78 0 0.81 0.23 117.36 0.68 0.46
Hex 2C C4 25 4E 0 51 17 75 44 2E
Octal 54 304 45 116 0 121 27 165 104 56
Binary 101100 11000100 100101 1001110 0 1010001 10111 1110101 1000100 101110

Color Harmonies of #2CC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC425

Black with #2CC425

Text Example


Text Example

White with #2CC425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,196,37); }

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

background-color css

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

 a { background-color: rgb(44,196,37); }

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

border-color css

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

 span { border-color: rgb(44,196,37); }

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