Html Css Color HEX #2CB23B Lime Green

📋 copy color: '#2CB23B'

red 44 ◦ green 178 ◦ blue 59

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

Shades of Lime Green #2CB23B

Tints of Lime Green #2CB23B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.35%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 15.66%
G = 63.35%
B = 21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#2CB23B (or 0x2CB23B) is known color: Lime Green. HEX triplet: 2C, B2 and 3B. RGB value is (44,178,59). Sum of RGB (Red+Green+Blue) = 44+178+59=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB23B is #D34DC4. Grayscale: #7C7C7C. Windows color (decimal): -13848005 or 3912236. OLE color: 3912236.

HSL color Cylindrical-coordinate representation of color #2CB23B: hue angle of 126.72º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB23B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 59 -
CMYK 0.75 0 0.67 0.30
HSL 126.72º 0.6% 0.44% -
HSV(B) 126.72º 0.75% 0.7% -
XYZ 17.75 32.69 9.51 -
YUV 124.37 91.11 70.68 -
System Red Green Blue C M Y K H S L
Decimal 44 178 59 0.75 0 0.67 0.30 126.72 0.6 0.44
Hex 2C B2 3B 4B 0 43 1E 7F 3C 2C
Octal 54 262 73 113 0 103 36 177 74 54
Binary 101100 10110010 111011 1001011 0 1000011 11110 1111111 111100 101100

Color Harmonies of #2CB23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB23B

Black with #2CB23B

Text Example


Text Example

White with #2CB23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,59); }

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

background-color css

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

 a { background-color: rgb(44,178,59); }

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

border-color css

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

 span { border-color: rgb(44,178,59); }

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