Html Css Color HEX #38CF02 Kelly Green

📋 copy color: '#38CF02'

red 56 ◦ green 207 ◦ blue 2

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

Shades of Kelly Green #38CF02

Tints of Kelly Green #38CF02

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.11%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 21.13%
G = 78.11%
B = 0.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#38CF02 (or 0x38CF02) is known color: Kelly Green. HEX triplet: 38, CF and 02. RGB value is (56,207,2). Sum of RGB (Red+Green+Blue) = 56+207+2=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 207 (81.25% from 255 or 78.11% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CF02 is #C730FD. Grayscale: #8B8B8B. Windows color (decimal): -13054206 or 184120. OLE color: 184120.

HSL color Cylindrical-coordinate representation of color #38CF02: hue angle of 104.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38CF02 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 2 -
CMYK 0.73 0 0.99 0.19
HSL 104.2º 0.98% 0.41% -
HSV(B) 104.2º 0.99% 0.81% -
XYZ 23.95 45.47 7.57 -
YUV 138.48 50.97 69.17 -
System Red Green Blue C M Y K H S L
Decimal 56 207 2 0.73 0 0.99 0.19 104.2 0.98 0.41
Hex 38 CF 2 49 0 63 13 68 62 29
Octal 70 317 2 111 0 143 23 150 142 51
Binary 111000 11001111 10 1001001 0 1100011 10011 1101000 1100010 101001

Color Harmonies of #38CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF02

Black with #38CF02

Text Example


Text Example

White with #38CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,207,2); }

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

background-color css

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

 a { background-color: rgb(56,207,2); }

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

border-color css

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

 span { border-color: rgb(56,207,2); }

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