Html Css Color HEX #2CBE1A Lime Green

📋 copy color: '#2CBE1A'

red 44 ◦ green 190 ◦ blue 26

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

Shades of Lime Green #2CBE1A

Tints of Lime Green #2CBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 73.08%

 BLUE value IS 26 (10.55% from 255) = 10%

R = 16.92%
G = 73.08%
B = 10%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#2CBE1A (or 0x2CBE1A) is known color: Lime Green. HEX triplet: 2C, BE and 1A. RGB value is (44,190,26). Sum of RGB (Red+Green+Blue) = 44+190+26=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 190 (74.61% from 255 or 73.08% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE1A is #D341E5. Grayscale: #808080. Windows color (decimal): -13844966 or 1752620. OLE color: 1752620.

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

Color convert

RGB 44 190 26 -
CMYK 0.77 0 0.86 0.25
HSL 113.41º 0.76% 0.42% -
HSV(B) 113.41º 0.86% 0.75% -
XYZ 19.64 37.44 7.17 -
YUV 127.65 70.63 68.34 -
System Red Green Blue C M Y K H S L
Decimal 44 190 26 0.77 0 0.86 0.25 113.41 0.76 0.42
Hex 2C BE 1A 4D 0 56 19 71 4C 2A
Octal 54 276 32 115 0 126 31 161 114 52
Binary 101100 10111110 11010 1001101 0 1010110 11001 1110001 1001100 101010

Color Harmonies of #2CBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE1A

Black with #2CBE1A

Text Example


Text Example

White with #2CBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,190,26); }

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

background-color css

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

 a { background-color: rgb(44,190,26); }

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

border-color css

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

 span { border-color: rgb(44,190,26); }

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