Html Css Color HEX #2CBF28 Lime Green

📋 copy color: '#2CBF28'

red 44 ◦ green 191 ◦ blue 40

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

Shades of Lime Green #2CBF28

Tints of Lime Green #2CBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 69.45%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 16%
G = 69.45%
B = 14.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#2CBF28 (or 0x2CBF28) is known color: Lime Green. HEX triplet: 2C, BF and 28. RGB value is (44,191,40). Sum of RGB (Red+Green+Blue) = 44+191+40=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF28 is #D340D7. Grayscale: #828282. Windows color (decimal): -13844696 or 2670380. OLE color: 2670380.

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

Color convert

RGB 44 191 40 -
CMYK 0.77 0 0.79 0.25
HSL 118.41º 0.65% 0.45% -
HSV(B) 118.41º 0.79% 0.75% -
XYZ 20.05 37.95 8.28 -
YUV 129.83 77.3 66.78 -
System Red Green Blue C M Y K H S L
Decimal 44 191 40 0.77 0 0.79 0.25 118.41 0.65 0.45
Hex 2C BF 28 4D 0 4F 19 76 41 2D
Octal 54 277 50 115 0 117 31 166 101 55
Binary 101100 10111111 101000 1001101 0 1001111 11001 1110110 1000001 101101

Color Harmonies of #2CBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF28

Black with #2CBF28

Text Example


Text Example

White with #2CBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,191,40); }

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

background-color css

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

 a { background-color: rgb(44,191,40); }

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

border-color css

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

 span { border-color: rgb(44,191,40); }

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