Html Css Color HEX #2BCA30 Lime Green

📋 copy color: '#2BCA30'

red 43 ◦ green 202 ◦ blue 48

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

Shades of Lime Green #2BCA30

Tints of Lime Green #2BCA30

RGB

 RED value IS 43 (17.19% from 255) = 14.68%

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

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 14.68%
G = 68.94%
B = 16.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#2BCA30 (or 0x2BCA30) is known color: Lime Green. HEX triplet: 2B, CA and 30. RGB value is (43,202,48). Sum of RGB (Red+Green+Blue) = 43+202+48=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCA30 is #D435CF. Grayscale: #898989. Windows color (decimal): -13907408 or 3197483. OLE color: 3197483.

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

Color convert

RGB 43 202 48 -
CMYK 0.79 0 0.76 0.21
HSL 121.89º 0.65% 0.48% -
HSV(B) 121.89º 0.79% 0.79% -
XYZ 22.65 42.97 9.9 -
YUV 136.9 77.82 61.02 -
System Red Green Blue C M Y K H S L
Decimal 43 202 48 0.79 0 0.76 0.21 121.89 0.65 0.48
Hex 2B CA 30 4F 0 4C 15 7A 41 30
Octal 53 312 60 117 0 114 25 172 101 60
Binary 101011 11001010 110000 1001111 0 1001100 10101 1111010 1000001 110000

Color Harmonies of #2BCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCA30

Black with #2BCA30

Text Example


Text Example

White with #2BCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,202,48); }

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

background-color css

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

 a { background-color: rgb(43,202,48); }

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

border-color css

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

 span { border-color: rgb(43,202,48); }

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