Html Css Color HEX #38CB4D Lime Green

📋 copy color: '#38CB4D'

red 56 ◦ green 203 ◦ blue 77

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

Shades of Lime Green #38CB4D

Tints of Lime Green #38CB4D

RGB

 RED value IS 56 (22.27% from 255) = 16.67%

 GREEN value IS 203 (79.69% from 255) = 60.42%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 16.67%
G = 60.42%
B = 22.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#38CB4D (or 0x38CB4D) is known color: Lime Green. HEX triplet: 38, CB and 4D. RGB value is (56,203,77). Sum of RGB (Red+Green+Blue) = 56+203+77=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CB4D is #C734B2. Grayscale: #919191. Windows color (decimal): -13055155 or 5098296. OLE color: 5098296.

HSL color Cylindrical-coordinate representation of color #38CB4D: hue angle of 128.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB4D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 77 -
CMYK 0.72 0 0.62 0.20
HSL 128.57º 0.59% 0.51% -
HSV(B) 128.57º 0.72% 0.8% -
XYZ 24.33 44.09 14.25 -
YUV 144.68 89.8 64.75 -
System Red Green Blue C M Y K H S L
Decimal 56 203 77 0.72 0 0.62 0.20 128.57 0.59 0.51
Hex 38 CB 4D 48 0 3E 14 81 3B 33
Octal 70 313 115 110 0 76 24 201 73 63
Binary 111000 11001011 1001101 1001000 0 111110 10100 10000001 111011 110011

Color Harmonies of #38CB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB4D

Black with #38CB4D

Text Example


Text Example

White with #38CB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CB4D; }

 p { color: rgb(56,203,77); }

 H1.HeaderClassName
 {
   color: #38CB4D;
 }
 .AnyTagClassName
 {
   color: #38CB4D;
 }
</style>

background-color css

<style>
 a { background-color: #38CB4D; }

 a { background-color: rgb(56,203,77); }

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

border-color css

<style>
 span { border-color: #38CB4D; }

 span { border-color: rgb(56,203,77); }

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