Html Css Color HEX #2BC32F Lime Green

📋 copy color: '#2BC32F'

red 43 ◦ green 195 ◦ blue 47

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

Shades of Lime Green #2BC32F

Tints of Lime Green #2BC32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.42%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 15.09%
G = 68.42%
B = 16.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#2BC32F (or 0x2BC32F) is known color: Lime Green. HEX triplet: 2B, C3 and 2F. RGB value is (43,195,47). Sum of RGB (Red+Green+Blue) = 43+195+47=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC32F is #D43CD0. Grayscale: #858585. Windows color (decimal): -13909201 or 3130155. OLE color: 3130155.

HSL color Cylindrical-coordinate representation of color #2BC32F: hue angle of 121.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC32F is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 195 47 -
CMYK 0.78 0 0.76 0.24
HSL 121.58º 0.64% 0.47% -
HSV(B) 121.58º 0.78% 0.76% -
XYZ 21.02 39.75 9.25 -
YUV 132.68 79.64 64.03 -
System Red Green Blue C M Y K H S L
Decimal 43 195 47 0.78 0 0.76 0.24 121.58 0.64 0.47
Hex 2B C3 2F 4E 0 4C 18 7A 40 2F
Octal 53 303 57 116 0 114 30 172 100 57
Binary 101011 11000011 101111 1001110 0 1001100 11000 1111010 1000000 101111

Color Harmonies of #2BC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC32F

Black with #2BC32F

Text Example


Text Example

White with #2BC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,195,47); }

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

background-color css

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

 a { background-color: rgb(43,195,47); }

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

border-color css

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

 span { border-color: rgb(43,195,47); }

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