Html Css Color HEX #38CB43 Lime Green

📋 copy color: '#38CB43'

red 56 ◦ green 203 ◦ blue 67

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

Shades of Lime Green #38CB43

Tints of Lime Green #38CB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 17.18%
G = 62.27%
B = 20.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#38CB43 (or 0x38CB43) is known color: Lime Green. HEX triplet: 38, CB and 43. RGB value is (56,203,67). Sum of RGB (Red+Green+Blue) = 56+203+67=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB43 is #C734BC. Grayscale: #8F8F8F. Windows color (decimal): -13055165 or 4442936. OLE color: 4442936.

HSL color Cylindrical-coordinate representation of color #38CB43: hue angle of 124.49º 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 #38CB43 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 67 -
CMYK 0.72 0 0.67 0.20
HSL 124.49º 0.59% 0.51% -
HSV(B) 124.49º 0.72% 0.8% -
XYZ 24 43.96 12.53 -
YUV 143.54 84.8 65.56 -
System Red Green Blue C M Y K H S L
Decimal 56 203 67 0.72 0 0.67 0.20 124.49 0.59 0.51
Hex 38 CB 43 48 0 43 14 7C 3B 33
Octal 70 313 103 110 0 103 24 174 73 63
Binary 111000 11001011 1000011 1001000 0 1000011 10100 1111100 111011 110011

Color Harmonies of #38CB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB43

Black with #38CB43

Text Example


Text Example

White with #38CB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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