Html Css Color HEX #38BC1F Kelly Green

📋 copy color: '#38BC1F'

red 56 ◦ green 188 ◦ blue 31

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

Shades of Kelly Green #38BC1F

Tints of Kelly Green #38BC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.36%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 20.36%
G = 68.36%
B = 11.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#38BC1F (or 0x38BC1F) is known color: Kelly Green. HEX triplet: 38, BC and 1F. RGB value is (56,188,31). Sum of RGB (Red+Green+Blue) = 56+188+31=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BC1F is #C743E0. Grayscale: #838383. Windows color (decimal): -13059041 or 2079800. OLE color: 2079800.

HSL color Cylindrical-coordinate representation of color #38BC1F: hue angle of 110.45º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38BC1F is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 31 -
CMYK 0.70 0 0.84 0.26
HSL 110.45º 0.72% 0.43% -
HSV(B) 110.45º 0.84% 0.74% -
XYZ 19.86 36.91 7.37 -
YUV 130.63 71.77 74.77 -
System Red Green Blue C M Y K H S L
Decimal 56 188 31 0.70 0 0.84 0.26 110.45 0.72 0.43
Hex 38 BC 1F 46 0 54 1A 6E 48 2B
Octal 70 274 37 106 0 124 32 156 110 53
Binary 111000 10111100 11111 1000110 0 1010100 11010 1101110 1001000 101011

Color Harmonies of #38BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC1F

Black with #38BC1F

Text Example


Text Example

White with #38BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,31); }

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

background-color css

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

 a { background-color: rgb(56,188,31); }

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

border-color css

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

 span { border-color: rgb(56,188,31); }

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