Html Css Color HEX #2CBB30 Lime Green

📋 copy color: '#2CBB30'

red 44 ◦ green 187 ◦ blue 48

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

Shades of Lime Green #2CBB30

Tints of Lime Green #2CBB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 67.03%

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

R = 15.77%
G = 67.03%
B = 17.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#2CBB30 (or 0x2CBB30) is known color: Lime Green. HEX triplet: 2C, BB and 30. RGB value is (44,187,48). Sum of RGB (Red+Green+Blue) = 44+187+48=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 187 (73.44% from 255 or 67.03% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB30 is #D344CF. Grayscale: #808080. Windows color (decimal): -13845712 or 3193644. OLE color: 3193644.

HSL color Cylindrical-coordinate representation of color #2CBB30: hue angle of 121.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBB30 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 187 48 -
CMYK 0.76 0 0.74 0.27
HSL 121.68º 0.62% 0.45% -
HSV(B) 121.68º 0.76% 0.73% -
XYZ 19.34 36.29 8.78 -
YUV 128.4 82.62 67.8 -
System Red Green Blue C M Y K H S L
Decimal 44 187 48 0.76 0 0.74 0.27 121.68 0.62 0.45
Hex 2C BB 30 4C 0 4A 1B 7A 3E 2D
Octal 54 273 60 114 0 112 33 172 76 55
Binary 101100 10111011 110000 1001100 0 1001010 11011 1111010 111110 101101

Color Harmonies of #2CBB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB30

Black with #2CBB30

Text Example


Text Example

White with #2CBB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,187,48); }

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

background-color css

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

 a { background-color: rgb(44,187,48); }

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

border-color css

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

 span { border-color: rgb(44,187,48); }

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