Html Css Color HEX #2BC925 Lime Green

📋 copy color: '#2BC925'

red 43 ◦ green 201 ◦ blue 37

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

Shades of Lime Green #2BC925

Tints of Lime Green #2BC925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 71.53%

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

R = 15.3%
G = 71.53%
B = 13.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#2BC925 (or 0x2BC925) is known color: Lime Green. HEX triplet: 2B, C9 and 25. RGB value is (43,201,37). Sum of RGB (Red+Green+Blue) = 43+201+37=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC925 is #D436DA. Grayscale: #878787. Windows color (decimal): -13907675 or 2476331. OLE color: 2476331.

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

Color convert

RGB 43 201 37 -
CMYK 0.79 0 0.82 0.21
HSL 117.8º 0.69% 0.47% -
HSV(B) 117.8º 0.82% 0.79% -
XYZ 22.22 42.42 8.77 -
YUV 135.06 72.65 62.34 -
System Red Green Blue C M Y K H S L
Decimal 43 201 37 0.79 0 0.82 0.21 117.8 0.69 0.47
Hex 2B C9 25 4F 0 52 15 76 45 2F
Octal 53 311 45 117 0 122 25 166 105 57
Binary 101011 11001001 100101 1001111 0 1010010 10101 1110110 1000101 101111

Color Harmonies of #2BC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC925

Black with #2BC925

Text Example


Text Example

White with #2BC925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,201,37); }

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

background-color css

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

 a { background-color: rgb(43,201,37); }

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

border-color css

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

 span { border-color: rgb(43,201,37); }

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