Html Css Color HEX #CBF90D Electric Lime

📋 copy color: '#CBF90D'

red 203 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #CBF90D

Tints of Electric Lime #CBF90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.55%

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

R = 43.66%
G = 53.55%
B = 2.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CBF90D (or 0xCBF90D) is known color: Electric Lime. HEX triplet: CB, F9 and 0D. RGB value is (203,249,13). Sum of RGB (Red+Green+Blue) = 203+249+13=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF90D is #3406F2. Grayscale: #D1D1D1. Windows color (decimal): -3409651 or 915915. OLE color: 915915.

HSL color Cylindrical-coordinate representation of color #CBF90D: hue angle of 71.69º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBF90D is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 13 -
CMYK 0.18 0 0.95 0.02
HSL 71.69º 0.95% 0.51% -
HSV(B) 71.69º 0.95% 0.98% -
XYZ 58.58 80.48 12.83 -
YUV 208.34 17.76 124.19 -
System Red Green Blue C M Y K H S L
Decimal 203 249 13 0.18 0 0.95 0.02 71.69 0.95 0.51
Hex CB F9 D 12 0 5F 2 48 5F 33
Octal 313 371 15 22 0 137 2 110 137 63
Binary 11001011 11111001 1101 10010 0 1011111 10 1001000 1011111 110011

Color Harmonies of #CBF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF90D

Black with #CBF90D

Text Example


Text Example

White with #CBF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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