Html Css Color HEX #CBF60D Electric Lime

📋 copy color: '#CBF60D'

red 203 ◦ green 246 ◦ blue 13

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

Shades of Electric Lime #CBF60D

Tints of Electric Lime #CBF60D

RGB

 RED value IS 203 (79.69% from 255) = 43.94%

 GREEN value IS 246 (96.48% from 255) = 53.25%

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 43.94%
G = 53.25%
B = 2.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#CBF60D (or 0xCBF60D) is known color: Electric Lime. HEX triplet: CB, F6 and 0D. RGB value is (203,246,13). Sum of RGB (Red+Green+Blue) = 203+246+13=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF60D is #3409F2. Grayscale: #CFCFCF. Windows color (decimal): -3410419 or 915147. OLE color: 915147.

HSL color Cylindrical-coordinate representation of color #CBF60D: hue angle of 71.07º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBF60D is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 13 -
CMYK 0.17 0 0.95 0.04
HSL 71.07º 0.93% 0.51% -
HSV(B) 71.07º 0.95% 0.96% -
XYZ 57.66 78.64 12.52 -
YUV 206.58 18.75 125.45 -
System Red Green Blue C M Y K H S L
Decimal 203 246 13 0.17 0 0.95 0.04 71.07 0.93 0.51
Hex CB F6 D 11 0 5F 4 47 5D 33
Octal 313 366 15 21 0 137 4 107 135 63
Binary 11001011 11110110 1101 10001 0 1011111 100 1000111 1011101 110011

Color Harmonies of #CBF60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF60D

Black with #CBF60D

Text Example


Text Example

White with #CBF60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF60D; }

 p { color: rgb(203,246,13); }

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

background-color css

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

 a { background-color: rgb(203,246,13); }

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

border-color css

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

 span { border-color: rgb(203,246,13); }

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