Html Css Color HEX #2CCA34 Lime Green

📋 copy color: '#2CCA34'

red 44 ◦ green 202 ◦ blue 52

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

Shades of Lime Green #2CCA34

Tints of Lime Green #2CCA34

RGB

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

 GREEN value IS 202 (79.3% from 255) = 67.79%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 14.77%
G = 67.79%
B = 17.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#2CCA34 (or 0x2CCA34) is known color: Lime Green. HEX triplet: 2C, CA and 34. RGB value is (44,202,52). Sum of RGB (Red+Green+Blue) = 44+202+52=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA34 is #D335CB. Grayscale: #8A8A8A. Windows color (decimal): -13841868 or 3459628. OLE color: 3459628.

HSL color Cylindrical-coordinate representation of color #2CCA34: hue angle of 123.04º 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 #2CCA34 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 202 52 -
CMYK 0.78 0 0.74 0.21
HSL 123.04º 0.64% 0.48% -
HSV(B) 123.04º 0.78% 0.79% -
XYZ 22.78 43.02 10.35 -
YUV 137.66 79.65 61.2 -
System Red Green Blue C M Y K H S L
Decimal 44 202 52 0.78 0 0.74 0.21 123.04 0.64 0.48
Hex 2C CA 34 4E 0 4A 15 7B 40 30
Octal 54 312 64 116 0 112 25 173 100 60
Binary 101100 11001010 110100 1001110 0 1001010 10101 1111011 1000000 110000

Color Harmonies of #2CCA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCA34

Black with #2CCA34

Text Example


Text Example

White with #2CCA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,202,52); }

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

background-color css

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

 a { background-color: rgb(44,202,52); }

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

border-color css

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

 span { border-color: rgb(44,202,52); }

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