Html Css Color HEX #2CEB4B Malachite

📋 copy color: '#2CEB4B'

red 44 ◦ green 235 ◦ blue 75

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

Shades of Malachite #2CEB4B

Tints of Malachite #2CEB4B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.38%

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 12.43%
G = 66.38%
B = 21.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#2CEB4B (or 0x2CEB4B) is known color: Malachite. HEX triplet: 2C, EB and 4B. RGB value is (44,235,75). Sum of RGB (Red+Green+Blue) = 44+235+75=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 235 (92.19% from 255 or 66.38% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB4B is #D314B4. Grayscale: #A0A0A0. Windows color (decimal): -13833397 or 4975404. OLE color: 4975404.

HSL color Cylindrical-coordinate representation of color #2CEB4B: hue angle of 129.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB4B is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 235 75 -
CMYK 0.81 0 0.68 0.08
HSL 129.74º 0.83% 0.55% -
HSV(B) 129.74º 0.81% 0.92% -
XYZ 32.02 60.46 16.64 -
YUV 159.65 80.22 45.51 -
System Red Green Blue C M Y K H S L
Decimal 44 235 75 0.81 0 0.68 0.08 129.74 0.83 0.55
Hex 2C EB 4B 51 0 44 8 82 53 37
Octal 54 353 113 121 0 104 10 202 123 67
Binary 101100 11101011 1001011 1010001 0 1000100 1000 10000010 1010011 110111

Color Harmonies of #2CEB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEB4B

Black with #2CEB4B

Text Example


Text Example

White with #2CEB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,235,75); }

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

background-color css

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

 a { background-color: rgb(44,235,75); }

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

border-color css

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

 span { border-color: rgb(44,235,75); }

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