Html Css Color HEX #CBF713 Electric Lime

📋 copy color: '#CBF713'

red 203 ◦ green 247 ◦ blue 19

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

Shades of Electric Lime #CBF713

Tints of Electric Lime #CBF713

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.67%

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 43.28%
G = 52.67%
B = 4.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#CBF713 (or 0xCBF713) is known color: Electric Lime. HEX triplet: CB, F7 and 13. RGB value is (203,247,19). Sum of RGB (Red+Green+Blue) = 203+247+19=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF713 is #3408EC. Grayscale: #D0D0D0. Windows color (decimal): -3410157 or 1308619. OLE color: 1308619.

HSL color Cylindrical-coordinate representation of color #CBF713: hue angle of 71.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBF713 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 19 -
CMYK 0.18 0 0.92 0.03
HSL 71.58º 0.93% 0.52% -
HSV(B) 71.58º 0.92% 0.97% -
XYZ 58.01 79.27 12.86 -
YUV 207.85 21.42 124.54 -
System Red Green Blue C M Y K H S L
Decimal 203 247 19 0.18 0 0.92 0.03 71.58 0.93 0.52
Hex CB F7 13 12 0 5C 3 48 5D 34
Octal 313 367 23 22 0 134 3 110 135 64
Binary 11001011 11110111 10011 10010 0 1011100 11 1001000 1011101 110100

Color Harmonies of #CBF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF713

Black with #CBF713

Text Example


Text Example

White with #CBF713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF713; }

 p { color: rgb(203,247,19); }

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

background-color css

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

 a { background-color: rgb(203,247,19); }

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

border-color css

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

 span { border-color: rgb(203,247,19); }

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